summaryrefslogtreecommitdiff
path: root/include.pro
authorkergoth <kergoth>2003-01-16 07:24:34 (UTC)
committer kergoth <kergoth>2003-01-16 07:24:34 (UTC)
commit5a2f0d70810b6921e255ba6c5c2d15725ad7dc7b (patch) (side-by-side diff)
tree62b5c08bc7b596955490a09e4420ec380dfd3607 /include.pro
parentf564f5118b4b30253f7cce57f5cc4ac94cbe31e6 (diff)
downloadopie-5a2f0d70810b6921e255ba6c5c2d15725ad7dc7b.zip
opie-5a2f0d70810b6921e255ba6c5c2d15725ad7dc7b.tar.gz
opie-5a2f0d70810b6921e255ba6c5c2d15725ad7dc7b.tar.bz2
DESTDIR->INSTALL_ROOT
Diffstat (limited to 'include.pro') (more/less context) (show whitespace changes)
-rw-r--r--include.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/include.pro b/include.pro
index 12908ec..41d8cc7 100644
--- a/include.pro
+++ b/include.pro
@@ -1,69 +1,69 @@
# make install
# base opie install path
outdir = /opt/QtPalmtop
contains( TEMPLATE, lib ) {
target.path = $$outdir/lib
}
!contains( TEMPLATE, lib ) {
target.path = $$outdir/bin
}
INSTALLS += target
# ipkg control files
control.path = /CONTROL
control.files = control postinst prerm postrm preinst conffiles
INSTALLS += control
# images, default is $$outdir/pics/$$TARGET
pics.path = $$outdir/pics/$$TARGET
pics.files = pics/*
INSTALLS += pics
# sounds, default path is $$outdir/sounds/$$TARGET
sounds.path = $$outdir/sounds/$$TARGET
sounds.files = sounds/*
INSTALLS += sounds
# init scripts, default path is /etc/init.d
init.path = /etc/init.d
init.files = init.d/*
INSTALLS += init
# data, default path is /usr/share/$$TARGET
data.path = /usr/share/$$TARGET
data.files = share/*
INSTALLS += data
etc.path = $$outdir/etc/
etc.files = etc/*
INSTALLS += etc
apps.path = $$outdir/apps/
apps.files = apps/*
INSTALLS += apps
# sounds, default path is $$outdir/sounds/$$TARGET
sounds.path = $$outdir/sounds/$$TARGET
sounds.files = sounds/*
INSTALLS += sounds
# anything in nonstandard paths
root.path = /
root.files = root/*
INSTALLS += root
# new targets
lupdate.target = lupdate
lupdate.commands = lupdate -noobsolete $(PRO)
lrelease.target = lrelease
lrelease.commands = lrelease $(PRO)
ipk.target = ipk
-ipk.commands = tmp=`mktemp -d /tmp/ipkg-opie.XXXXXXXXXX` && ( $(MAKE) DESTDIR="$$$$tmp" install && ipkg-build $$$$tmp; rm -rf $$$$tmp; )
+ipk.commands = tmp=`mktemp -d /tmp/ipkg-opie.XXXXXXXXXX` && ( $(MAKE) INSTALL_ROOT="$$$$tmp" install && ipkg-build $$$$tmp; rm -rf $$$$tmp; )
QMAKE_EXTRA_UNIX_TARGETS += lupdate lrelease ipk