-rw-r--r-- | include.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include.pro b/include.pro index c70c4d5..69fd894 100644 --- a/include.pro +++ b/include.pro | |||
@@ -7,9 +7,9 @@ prefix = /opt/QtPalmtop | |||
7 | 7 | ||
8 | 8 | ||
9 | contains( CONFIG, quick-app-lib ) { | 9 | contains( CONFIG, quick-app-lib ) { |
10 | TEMPLATE = lib | 10 | TEMPLATE = lib |
11 | DESTDIR = $(OPIEDIR)/plugins/applications | 11 | DESTDIR = $(OPIEDIR)/plugins/application |
12 | DEFINES += OPIE_APP_INTERFACE | 12 | DEFINES += OPIE_APP_INTERFACE |
13 | } | 13 | } |
14 | contains ( CONFIG, quick-app-bin ) { | 14 | contains ( CONFIG, quick-app-bin ) { |
15 | TEMPLATE = app | 15 | TEMPLATE = app |