author | kergoth <kergoth> | 2003-01-23 04:08:54 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-23 04:08:54 (UTC) |
commit | c5a2825a1d064729e3873883e19721ed2310ad0e (patch) (side-by-side diff) | |
tree | fafda90842a897767778110b60ebe40aaa26111e | |
parent | 5383c984ad15bde0300a6ca4559b0df52fe695b0 (diff) | |
download | opie-c5a2825a1d064729e3873883e19721ed2310ad0e.zip opie-c5a2825a1d064729e3873883e19721ed2310ad0e.tar.gz opie-c5a2825a1d064729e3873883e19721ed2310ad0e.tar.bz2 |
Add 20413outdir/lib (/opt/QtPalmtop/lib) to rpath.
-rw-r--r-- | include.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include.pro b/include.pro index 41d8cc7..2155f97 100644 --- a/include.pro +++ b/include.pro @@ -21,49 +21,49 @@ 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) INSTALL_ROOT="$$$$tmp" install && ipkg-build $$$$tmp; rm -rf $$$$tmp; ) QMAKE_EXTRA_UNIX_TARGETS += lupdate lrelease ipk - +QMAKE_LFLAGS += -Wl,-rpath=$$outdir/lib |