Skip to content

Commit

Permalink
Finally rollbacked to config flags
Browse files Browse the repository at this point in the history
  • Loading branch information
rschiang committed Aug 15, 2015
1 parent b26c58f commit bb8ac84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment.pri
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mac {
QMAKE_INFO_PLIST = platform/mac/Info.plist
QMAKE_MAC_SDK = macosx10.9

CONFIG(!debug) {
CONFIG(release) {
QMAKE_POST_LINK += macdeployqt CoscupBidder.app -qmldir=../CoscupBidder -dmg -verbose=3;
}
} else:android-no-sdk {
Expand Down

0 comments on commit bb8ac84

Please sign in to comment.