summaryrefslogtreecommitdiff
path: root/include.pro
authorkergoth <kergoth>2003-01-23 05:23:31 (UTC)
committer kergoth <kergoth>2003-01-23 05:23:31 (UTC)
commited4f9489b40902a4f1f001b8add54c1713877a48 (patch) (unidiff)
tree0c818b08383c533f66bdd898870791958d882127 /include.pro
parentdd83300aed861b43c5e1e6c8b633d4119d5d9217 (diff)
downloadopie-ed4f9489b40902a4f1f001b8add54c1713877a48.zip
opie-ed4f9489b40902a4f1f001b8add54c1713877a48.tar.gz
opie-ed4f9489b40902a4f1f001b8add54c1713877a48.tar.bz2
outdir->prefix
Diffstat (limited to 'include.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--include.pro24
1 files changed, 12 insertions, 12 deletions
diff --git a/include.pro b/include.pro
index 0ce6424..da2da04 100644
--- a/include.pro
+++ b/include.pro
@@ -1,13 +1,13 @@
1# make install 1# make install
2 2
3# base opie install path 3# base opie install path
4outdir = /opt/QtPalmtop 4prefix = /opt/QtPalmtop
5 5
6contains( TEMPLATE, lib ) { 6contains( TEMPLATE, lib ) {
7 target.path = $$outdir/lib 7 target.path = $$prefix/lib
8} 8}
9!contains( TEMPLATE, lib ) { 9!contains( TEMPLATE, lib ) {
10 target.path = $$outdir/bin 10 target.path = $$prefix/bin
11} 11}
12INSTALLS += target 12INSTALLS += target
13 13
@@ -16,13 +16,13 @@ control.path = /CONTROL
16control.files = control postinst prerm postrm preinst conffiles 16control.files = control postinst prerm postrm preinst conffiles
17INSTALLS += control 17INSTALLS += control
18 18
19# images, default is $$outdir/pics/$$TARGET 19# images, default is $$prefix/pics/$$TARGET
20pics.path = $$outdir/pics/$$TARGET 20pics.path = $$prefix/pics/$$TARGET
21pics.files = pics/* 21pics.files = pics/*
22INSTALLS += pics 22INSTALLS += pics
23 23
24# sounds, default path is $$outdir/sounds/$$TARGET 24# sounds, default path is $$prefix/sounds/$$TARGET
25sounds.path = $$outdir/sounds/$$TARGET 25sounds.path = $$prefix/sounds/$$TARGET
26sounds.files = sounds/* 26sounds.files = sounds/*
27INSTALLS += sounds 27INSTALLS += sounds
28 28
@@ -36,16 +36,16 @@ data.path = /usr/share/$$TARGET
36data.files = share/* 36data.files = share/*
37INSTALLS += data 37INSTALLS += data
38 38
39etc.path = $$outdir/etc/ 39etc.path = $$prefix/etc/
40etc.files = etc/* 40etc.files = etc/*
41INSTALLS += etc 41INSTALLS += etc
42 42
43apps.path = $$outdir/apps/ 43apps.path = $$prefix/apps/
44apps.files = apps/* 44apps.files = apps/*
45INSTALLS += apps 45INSTALLS += apps
46 46
47# sounds, default path is $$outdir/sounds/$$TARGET 47# sounds, default path is $$prefix/sounds/$$TARGET
48sounds.path = $$outdir/sounds/$$TARGET 48sounds.path = $$prefix/sounds/$$TARGET
49sounds.files = sounds/* 49sounds.files = sounds/*
50INSTALLS += sounds 50INSTALLS += sounds
51 51
@@ -66,5 +66,5 @@ ipk.target = ipk
66ipk.commands = tmp=`mktemp -d /tmp/ipkg-opie.XXXXXXXXXX` && ( $(MAKE) INSTALL_ROOT="$$$$tmp" install && ipkg-build $$$$tmp; rm -rf $$$$tmp; ) 66ipk.commands = tmp=`mktemp -d /tmp/ipkg-opie.XXXXXXXXXX` && ( $(MAKE) INSTALL_ROOT="$$$$tmp" install && ipkg-build $$$$tmp; rm -rf $$$$tmp; )
67 67
68QMAKE_EXTRA_UNIX_TARGETS += lupdate lrelease ipk 68QMAKE_EXTRA_UNIX_TARGETS += lupdate lrelease ipk
69QMAKE_LFLAGS += -Wl,-rpath=$$outdir/lib 69QMAKE_LFLAGS += -Wl,-rpath=$$prefix/lib
70QMAKE_LIBDIR += $(OPIEDIR)/lib 70QMAKE_LIBDIR += $(OPIEDIR)/lib