Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
bb93e7e0
Commit
bb93e7e0
authored
Dec 16, 2008
by
dt
Browse files
Fixes: Fix RUNPATH at last.
parent
1057c18e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/app/app.pro
View file @
bb93e7e0
...
...
@@ -13,7 +13,7 @@ win32 {
}
linux
-*
{
LIBS
*=
-
lExtensionSystem
-
lAggregation
QMAKE_FLAGS
+=-
Wl
,
--
enable
-
new
-
dtags
QMAKE_
L
FLAGS
+=-
Wl
,
--
enable
-
new
-
dtags
}
TEMPLATE
=
app
...
...
src/app/main.cpp
View file @
bb93e7e0
...
...
@@ -283,4 +283,3 @@ int main(int argc, char **argv)
QTimer
::
singleShot
(
100
,
&
pluginManager
,
SLOT
(
startTests
()));
return
app
.
exec
();
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment