Skip to content

Commit

Permalink
Added console flag for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcdorman committed Jul 12, 2011
1 parent c52b0ad commit d3b8e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Info.plist
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleExecutable</key>
<string>KISS</string>
<key>CFBundleIdentifier</key>
<string>com.kipr.KISS</string>
<string>com.yourcompany.KISS</string>
<key>NOTE</key>
<string>This file was generated by Qt/QMake.</string>
</dict>
Expand Down
1 change: 1 addition & 0 deletions config.pri
Expand Up @@ -4,6 +4,7 @@ CONFIG += release
mac:CONFIG += x86
QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.6.sdk
unix:QMAKE_DEL_FILE=rm -rf
win32:CONFIG += console
win32:CONFIG -= embed_manifest_dll

OBJECTS_DIR = build/obj
Expand Down

0 comments on commit d3b8e07

Please sign in to comment.