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 @@ -45,25 +45,25 @@ 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 |