aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordt <qtc-commiter@nokia.com>2008-12-16 12:33:11 +0100
committerdt <qtc-commiter@nokia.com>2008-12-16 12:33:11 +0100
commitbb93e7e0106a925a6667e243a83b797a68760726 (patch)
treecaa0676329053b2955be7f5a6c7c41d75414eb6d
parent1057c18ed502443050e729840e8471f30d502205 (diff)
Fixes: Fix RUNPATH at last.
-rw-r--r--src/app/app.pro2
-rw-r--r--src/app/main.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index ab9f20fdd5..2cb354da49 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -13,7 +13,7 @@ win32 {
}
linux-* {
LIBS *= -lExtensionSystem -lAggregation
- QMAKE_FLAGS+=-Wl,--enable-new-dtags
+ QMAKE_LFLAGS+=-Wl,--enable-new-dtags
}
TEMPLATE = app
diff --git a/src/app/main.cpp b/src/app/main.cpp
index b8d4b9d4b4..eedc9e1365 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -283,4 +283,3 @@ int main(int argc, char **argv)
QTimer::singleShot(100, &pluginManager, SLOT(startTests()));
return app.exec();
}
-