Install the development headers:
sudo apt-get install libunity-action-qt1-dev
Use pkg-config to get the necessary compilation flags:
$ g++ myapp.cpp `pkg-config --cflags --libs unity-action-qt-1` -o myapp
The headers can then be included as:
#include <unity/action/Action>