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
a2cadd1b
Commit
a2cadd1b
authored
Dec 16, 2008
by
dt
Browse files
Fixes: One last try to fix the loading problem.
Details: Depend on libQtSvg and libQtDBus, so that our version gets loaded.
parent
fef59aa4
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/app/app.pro
View file @
a2cadd1b
...
...
@@ -13,13 +13,15 @@ win32 {
}
linux
-*
{
LIBS
*=
-
lExtensionSystem
-
lAggregation
QMAKE_LFLAGS
+=-
Wl
,
--
enable
-
new
-
dtags
QT
+=
svg
dbus
}
TEMPLATE
=
app
TARGET
=
$$
IDE_APP_TARGET
DESTDIR
=
..
/../
bin
SOURCES
+=
main
.
cpp
macx
{
...
...
src/app/main.cpp
View file @
a2cadd1b
...
...
@@ -283,3 +283,4 @@ 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