From bb93e7e0106a925a6667e243a83b797a68760726 Mon Sep 17 00:00:00 2001
From: dt <qtc-commiter@nokia.com>
Date: Tue, 16 Dec 2008 12:33:11 +0100
Subject: [PATCH] Fixes:    Fix RUNPATH at last.

---
 src/app/app.pro  | 2 +-
 src/app/main.cpp | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/app/app.pro b/src/app/app.pro
index ab9f20fdd51..2cb354da495 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 b8d4b9d4b41..eedc9e13653 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();
 }
-
-- 
GitLab