author | llornkcor <llornkcor> | 2003-07-09 13:25:29 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2003-07-09 13:25:29 (UTC) |
commit | 11aca2c8441a25c0979c30c0461873e5d089b858 (patch) (unidiff) | |
tree | 4028a15be94a3b63767537531495ac6e2b5b49eb | |
parent | 04ee3c01c1d048f3f35077a17d1505781071f6db (diff) | |
download | opie-11aca2c8441a25c0979c30c0461873e5d089b858.zip opie-11aca2c8441a25c0979c30c0461873e5d089b858.tar.gz opie-11aca2c8441a25c0979c30c0461873e5d089b858.tar.bz2 |
added MOC_DIR=.moc/$(PLATFORM) and OBJECTS_DIR=.obj/$(PLATFORM)
-rw-r--r-- | include.pro | 7 |
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 | |||
@@ -4,10 +4,10 @@ | |||
4 | prefix = /opt/QtPalmtop | 4 | prefix = /opt/QtPalmtop |
5 | 5 | ||
6 | contains( TEMPLATE, lib ) { | 6 | contains( 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 | } |
12 | INSTALLS += target | 12 | INSTALLS += target |
13 | 13 | ||
@@ -74,4 +74,7 @@ QMAKE_EXTRA_UNIX_TARGETS += lupdate lrelease ipk opie-lupdate opie-lrelease | |||
74 | QMAKE_LFLAGS += -Wl,-rpath=$$prefix/lib | 74 | QMAKE_LFLAGS += -Wl,-rpath=$$prefix/lib |
75 | QMAKE_LIBDIR += $(OPIEDIR)/lib | 75 | QMAKE_LIBDIR += $(OPIEDIR)/lib |
76 | 76 | ||
77 | MOC_DIR=.moc/$(PLATFORM) | ||
78 | OBJECTS_DIR=.obj/$(PLATFORM) | ||
79 | |||
77 | include ( $(OPIEDIR)/gen.pro ) | 80 | include ( $(OPIEDIR)/gen.pro ) |