summaryrefslogtreecommitdiffstats
path: root/hyperui
diff options
context:
space:
mode:
authorJesus Sanchez-Palencia <jesus.palencia@openbossa.org>2009-10-29 19:12:49 -0300
committerJesus Sanchez-Palencia <jesus.palencia@openbossa.org>2009-10-29 19:13:59 -0300
commit017ae79731407fa7cf4beecbd920aa0f6144c5e7 (patch)
treee7f7d9bf1e85eae520992a52d96c331349fa267f /hyperui
parentb4a95337c36da33e2d46c9cd137a09a06553716f (diff)
HyperUI: Adding target and install path to .pro
Signed-off-by: Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
Diffstat (limited to 'hyperui')
-rw-r--r--hyperui/hyperui.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/hyperui/hyperui.pro b/hyperui/hyperui.pro
index 336ab05..0ab1ce4 100644
--- a/hyperui/hyperui.pro
+++ b/hyperui/hyperui.pro
@@ -3,6 +3,9 @@ TARGET = hyperui
DEPENDPATH += .
INCLUDEPATH += .
+target.path = $$PREFIX/bin
+INSTALLS += target
+
symbian {
LIBS += -lconnmon -lcone -lavkon
}