summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--include.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/include.pro b/include.pro
index 8503aa0..3ba8776 100644
--- a/include.pro
+++ b/include.pro
@@ -6,6 +6,6 @@ prefix = /opt/QtPalmtop
6contains( TEMPLATE, lib ) { 6contains( TEMPLATE, lib ) {
7 target.path = $$prefix/lib 7 target.path = $$prefix/lib
8} 8}
9!contains( TEMPLATE, lib ) { 9!contains( TEMPLATE, lib ) {
10 target.path = $$prefix/bin 10 target.path = $$prefix/bin
11} 11}
@@ -76,2 +76,5 @@ QMAKE_LIBDIR += $(OPIEDIR)/lib
76 76
77MOC_DIR=.moc/$(PLATFORM)
78OBJECTS_DIR=.obj/$(PLATFORM)
79
77include ( $(OPIEDIR)/gen.pro ) 80include ( $(OPIEDIR)/gen.pro )