This commit is contained in:
John Preston 2016-03-31 12:35:25 +04:00
commit 8f06244895
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ CONFIG(release, debug|release) {
DESTDIR = ./../ReleaseLang DESTDIR = ./../ReleaseLang
} }
CONFIG += plugin static CONFIG += plugin static c++11
macx { macx {
QMAKE_INFO_PLIST = ./SourceFiles/_other/Lang.plist QMAKE_INFO_PLIST = ./SourceFiles/_other/Lang.plist

View file

@ -12,7 +12,7 @@ CONFIG(release, debug|release) {
DESTDIR = ./../ReleaseStyle DESTDIR = ./../ReleaseStyle
} }
CONFIG += plugin static CONFIG += plugin static c++11
macx { macx {
QMAKE_INFO_PLIST = ./SourceFiles/_other/Style.plist QMAKE_INFO_PLIST = ./SourceFiles/_other/Style.plist