Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
97b3ef96
Commit
97b3ef96
authored
Dec 16, 2008
by
con
Browse files
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
parents
5d0e9851
85214fe7
Changes
2
Show whitespace changes
Inline
Side-by-side
src/app/app.pro
View file @
97b3ef96
...
...
@@ -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 @
97b3ef96
...
...
@@ -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
.
Attach a 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