projects
/
web/konrad/DeclarativeWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
378bc75
)
Don't build app bundle on OS X
author
Frank Osterfeld
<frank.osterfeld@kdab.com>
Fri, 24 May 2013 10:55:57 +0000 (12:55 +0200)
committer
Frank Osterfeld
<frank.osterfeld@kdab.com>
Fri, 24 May 2013 10:58:53 +0000 (12:58 +0200)
runner.pro
patch
|
blob
|
history
diff --git
a/runner.pro
b/runner.pro
index
a0964ff
..
a8c9cf2
100644
(file)
--- a/
runner.pro
+++ b/
runner.pro
@@
-3,6
+3,8
@@
TARGET = declarativewidgets
DEPENDPATH += .
INCLUDEPATH += . lib/
+macx:CONFIG -= app_bundle
+
LIBS += -L lib -ldeclarativewidgets
QT += declarative
@@
-10,4
+12,3
@@
QT += declarative
# Input
SOURCES += \
main.cpp
-
\ No newline at end of file