diff options
| -rw-r--r-- | src/app/app.pro | 2 | ||||
| -rw-r--r-- | src/app/main.cpp | 1 |
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(); } - |
