summaryrefslogtreecommitdiff
path: root/core/launcher/launcher.pro
Unidiff
Diffstat (limited to 'core/launcher/launcher.pro') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/launcher.pro36
1 files changed, 14 insertions, 22 deletions
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro
index 182cd1f..c053662 100644
--- a/core/launcher/launcher.pro
+++ b/core/launcher/launcher.pro
@@ -1,10 +1,7 @@
1 TEMPLATE= app 1 TEMPLATE= app
2
3 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
4
5 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
6
7 HEADERS = background.h \ 4 HEADERS = background.h \
8 desktop.h \ 5 desktop.h \
9 qprocess.h \ 6 qprocess.h \
10 mediummountgui.h \ 7 mediummountgui.h \
@@ -44,9 +41,8 @@ HEADERS = background.h \
44 $(OPIEDIR)/rsync/whole.h \ 41 $(OPIEDIR)/rsync/whole.h \
45 $(OPIEDIR)/rsync/config_rsync.h \ 42 $(OPIEDIR)/rsync/config_rsync.h \
46 $(OPIEDIR)/rsync/qrsync.h 43 $(OPIEDIR)/rsync/qrsync.h
47 # quicklauncher.h \ 44 # quicklauncher.h \
48
49 SOURCES = background.cpp \ 45 SOURCES = background.cpp \
50 desktop.cpp \ 46 desktop.cpp \
51 mediummountgui.cpp \ 47 mediummountgui.cpp \
52 qprocess.cpp qprocess_unix.cpp \ 48 qprocess.cpp qprocess_unix.cpp \
@@ -94,32 +90,28 @@ SOURCES = background.cpp \
94 $(OPIEDIR)/rsync/util.c \ 90 $(OPIEDIR)/rsync/util.c \
95 $(OPIEDIR)/rsync/version.c \ 91 $(OPIEDIR)/rsync/version.c \
96 $(OPIEDIR)/rsync/whole.c \ 92 $(OPIEDIR)/rsync/whole.c \
97 $(OPIEDIR)/rsync/qrsync.cpp 93 $(OPIEDIR)/rsync/qrsync.cpp
98
99 INTERFACES= shutdown.ui syncdialog.ui 94 INTERFACES= shutdown.ui syncdialog.ui
100
101INCLUDEPATH += $(OPIEDIR)/include 95INCLUDEPATH += $(OPIEDIR)/include
102 DEPENDPATH+= $(OPIEDIR)/include . 96 DEPENDPATH+= $(OPIEDIR)/include .
103
104INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate 97INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate
105 DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate 98 DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate
106
107INCLUDEPATH += $(OPIEDIR)/rsync 99INCLUDEPATH += $(OPIEDIR)/rsync
108 DEPENDPATH+= $(OPIEDIR)/rsync 100 DEPENDPATH+= $(OPIEDIR)/rsync
109
110 TARGET = qpe 101 TARGET = qpe
111
112 LIBS += -lqpe -lcrypt -lopie 102 LIBS += -lqpe -lcrypt -lopie
113 103
114TRANSLATIONS = ../i18n/de/qpe.ts 104TRANSLATIONS = ../../i18n/de/qpe.ts \
115TRANSLATIONS += ../i18n/es/qpe.ts 105 ../../i18n/en/qpe.ts \
116TRANSLATIONS += ../i18n/pt/qpe.ts 106 ../../i18n/es/qpe.ts \
117TRANSLATIONS += ../i18n/pt_BR/qpe.ts 107 ../../i18n/fr/qpe.ts \
118TRANSLATIONS += ../i18n/en/qpe.ts 108 ../../i18n/hu/qpe.ts \
119TRANSLATIONS += ../i18n/hu/qpe.ts 109 ../../i18n/ja/qpe.ts \
120TRANSLATIONS += ../i18n/ja/qpe.ts 110 ../../i18n/ko/qpe.ts \
121TRANSLATIONS += ../i18n/fr/qpe.ts 111 ../../i18n/no/qpe.ts \
122TRANSLATIONS += ../i18n/ko/qpe.ts 112 ../../i18n/pl/qpe.ts \
123TRANSLATIONS += ../i18n/no/qpe.ts 113 ../../i18n/pt/qpe.ts \
124TRANSLATIONS += ../i18n/zh_CN/qpe.ts 114 ../../i18n/pt_BR/qpe.ts \
125TRANSLATIONS += ../i18n/zh_TW/qpe.ts 115 ../../i18n/sl/qpe.ts \
116 ../../i18n/zh_CN/qpe.ts \
117 ../../i18n/zh_TW/qpe.ts