summaryrefslogtreecommitdiffstats
path: root/hyperui/hyperui.pro
diff options
context:
space:
mode:
Diffstat (limited to 'hyperui/hyperui.pro')
-rw-r--r--hyperui/hyperui.pro9
1 files changed, 4 insertions, 5 deletions
diff --git a/hyperui/hyperui.pro b/hyperui/hyperui.pro
index 56b6579..63a21c6 100644
--- a/hyperui/hyperui.pro
+++ b/hyperui/hyperui.pro
@@ -16,7 +16,6 @@ symbian {
}
HEADERS += mainwindow.h \
- global.h \
pagemenu.h \
view.h \
pageview.h \
@@ -25,12 +24,11 @@ HEADERS += mainwindow.h \
draggablepreview.h \
clockwidget.h \
../shared/button.h \
- ../shared/label.h
-
+ ../shared/label.h \
+ ../shared/resource.h
SOURCES += main.cpp \
mainwindow.cpp \
- global.cpp \
pagemenu.cpp \
view.cpp \
pageview.cpp \
@@ -39,7 +37,8 @@ SOURCES += main.cpp \
draggablepreview.cpp \
clockwidget.cpp \
../shared/button.cpp \
- ../shared/label.cpp
+ ../shared/label.cpp \
+ ../shared/resource.cpp
isEmpty(RESOLUTION) {
RESOLUTION = "800x480"