-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 @@ -1,23 +1,23 @@ include ( $(OPIEDIR)/gen.pro ) # make install # base opie install path prefix = /opt/QtPalmtop contains( CONFIG, quick-app-lib ) { TEMPLATE = lib - DESTDIR = $(OPIEDIR)/plugins/applications + DESTDIR = $(OPIEDIR)/plugins/application DEFINES += OPIE_APP_INTERFACE } contains ( CONFIG, quick-app-bin ) { TEMPLATE = app DESTDIR = $(OPIEDIR)/bin DEFINES -= OPIE_APP_INTERFACE } contains( TEMPLATE, lib ) { target.path = $$prefix/lib } |