Skip to content

Commit

Permalink
MACAPPSTORE is being set from qmake
Browse files Browse the repository at this point in the history
  • Loading branch information
andeplane committed Aug 23, 2017
1 parent 81776c6 commit 6b7c193
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ defined(DEPLOYLINUX, var) {
QMAKE_LFLAGS += -static-libstdc++
}

defined(DEPLOYMACAPPSTORE, var) {
DEFINES += MACAPPSTORE
}

defined(DEPLOYPKG, var) {
QMAKE_CXX = /usr/local/bin/clang-omp++
QMAKE_LINK = /usr/local/bin/clang-omp++
Expand All @@ -35,8 +39,6 @@ macx {
TARGET = Atomify
}

# DEFINES += MACAPPSTORE

ios {
QMAKE_INFO_PLIST = ../ios/ios.plist
}
Expand Down

0 comments on commit 6b7c193

Please sign in to comment.