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
@@ -3,9 +3,9 @@
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}
@@ -18,4 +18,4 @@ INSTALLS += 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/*
@@ -23,4 +23,4 @@ INSTALLS += 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/*
@@ -38,3 +38,3 @@ INSTALLS += data
38 38
39etc.path = $$outdir/etc/ 39etc.path = $$prefix/etc/
40etc.files = etc/* 40etc.files = etc/*
@@ -42,3 +42,3 @@ INSTALLS += etc
42 42
43apps.path = $$outdir/apps/ 43apps.path = $$prefix/apps/
44apps.files = apps/* 44apps.files = apps/*
@@ -46,4 +46,4 @@ INSTALLS += 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/*
@@ -68,3 +68,3 @@ ipk.commands = tmp=`mktemp -d /tmp/ipkg-opie.XXXXXXXXXX` && ( $(MAKE) INSTALL_RO
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