aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2008-12-15 14:37:43 +0100
committerdt <qtc-commiter@nokia.com>2008-12-15 16:01:07 +0100
commite467cca6f60bfdee737b81a5d89e4f69bf3af1f1 (patch)
treed1f68ccc8df04d3d18a878e2c013f36bf0a9aa87
parent2b15b1423fcba78bb2187ac1e68878a7604ee53d (diff)
Fixes: Linker magic hopefully fixing the incompatible qt problem
-rw-r--r--src/app/app.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index 67bb37e4ef..ab9f20fdd5 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -13,6 +13,7 @@ win32 {
}
linux-* {
LIBS *= -lExtensionSystem -lAggregation
+ QMAKE_FLAGS+=-Wl,--enable-new-dtags
}
TEMPLATE = app