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) (side-by-side diff)
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
@@ -2,11 +2,11 @@
# base opie install path
-outdir = /opt/QtPalmtop
+prefix = /opt/QtPalmtop
contains( TEMPLATE, lib ) {
- target.path = $$outdir/lib
+ target.path = $$prefix/lib
}
!contains( TEMPLATE, lib ) {
- target.path = $$outdir/bin
+ target.path = $$prefix/bin
}
INSTALLS += target
@@ -17,11 +17,11 @@ control.files = control postinst prerm postrm preinst conffiles
INSTALLS += control
-# images, default is $$outdir/pics/$$TARGET
-pics.path = $$outdir/pics/$$TARGET
+# images, default is $$prefix/pics/$$TARGET
+pics.path = $$prefix/pics/$$TARGET
pics.files = pics/*
INSTALLS += pics
-# sounds, default path is $$outdir/sounds/$$TARGET
-sounds.path = $$outdir/sounds/$$TARGET
+# sounds, default path is $$prefix/sounds/$$TARGET
+sounds.path = $$prefix/sounds/$$TARGET
sounds.files = sounds/*
INSTALLS += sounds
@@ -37,14 +37,14 @@ data.files = share/*
INSTALLS += data
-etc.path = $$outdir/etc/
+etc.path = $$prefix/etc/
etc.files = etc/*
INSTALLS += etc
-apps.path = $$outdir/apps/
+apps.path = $$prefix/apps/
apps.files = apps/*
INSTALLS += apps
-# sounds, default path is $$outdir/sounds/$$TARGET
-sounds.path = $$outdir/sounds/$$TARGET
+# sounds, default path is $$prefix/sounds/$$TARGET
+sounds.path = $$prefix/sounds/$$TARGET
sounds.files = sounds/*
INSTALLS += sounds
@@ -67,4 +67,4 @@ ipk.commands = tmp=`mktemp -d /tmp/ipkg-opie.XXXXXXXXXX` && ( $(MAKE) INSTALL_RO
QMAKE_EXTRA_UNIX_TARGETS += lupdate lrelease ipk
-QMAKE_LFLAGS += -Wl,-rpath=$$outdir/lib
+QMAKE_LFLAGS += -Wl,-rpath=$$prefix/lib
QMAKE_LIBDIR += $(OPIEDIR)/lib