summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--include.pro2
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
@@ -37,33 +37,33 @@ 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