Skip to content
Snippets Groups Projects
Commit bb93e7e0 authored by dt's avatar dt
Browse files

Fixes: Fix RUNPATH at last.

parent 1057c18e
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ win32 {
}
linux-* {
LIBS *= -lExtensionSystem -lAggregation
QMAKE_FLAGS+=-Wl,--enable-new-dtags
QMAKE_LFLAGS+=-Wl,--enable-new-dtags
}
TEMPLATE = app
......
......@@ -283,4 +283,3 @@ int main(int argc, char **argv)
QTimer::singleShot(100, &pluginManager, SLOT(startTests()));
return app.exec();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment