summaryrefslogtreecommitdiffstats
path: root/hyperui
diff options
context:
space:
mode:
authorAdriano Rezende <adriano.rezende@openbossa.org>2009-11-17 13:36:28 -0300
committerAdriano Rezende <adriano.rezende@openbossa.org>2009-11-17 13:45:05 -0300
commit4b5933299f07c0bb9e0f29f750cc6a9d6bca56e8 (patch)
treea61788801d56c4095c6e9e747ab2bf342c1e69f2 /hyperui
parent5f963d36503b97fdce9c4e56344557856bec5e73 (diff)
Shared: Added shared.pri and adjusted .pro files to use it
Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
Diffstat (limited to 'hyperui')
-rw-r--r--hyperui/hyperui.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/hyperui/hyperui.pro b/hyperui/hyperui.pro
index e6da0dc..d3b9a6b 100644
--- a/hyperui/hyperui.pro
+++ b/hyperui/hyperui.pro
@@ -1,18 +1,18 @@
TEMPLATE = app
TARGET = hyperui
DEPENDPATH += .
-INCLUDEPATH += ../shared
target.path = $$PREFIX/bin
INSTALLS += target
+include(../shared/shared.pri)
+
symbian {
TARGET.UID3 = 0xe1234569
ICON = hyperui.svg
isEmpty(RESOLUTION) {
RESOLUTION = "640x360"
}
- LIBS += -lconnmon -lcone -lavkon
}
HEADERS += mainwindow.h \
@@ -25,7 +25,6 @@ HEADERS += mainwindow.h \
clockwidget.h \
../shared/button.h \
../shared/label.h \
- ../shared/system.h \
../shared/resource.h
SOURCES += main.cpp \
@@ -39,7 +38,6 @@ SOURCES += main.cpp \
clockwidget.cpp \
../shared/button.cpp \
../shared/label.cpp \
- ../shared/system.cpp \
../shared/resource.cpp
isEmpty(RESOLUTION) {