mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 23:55:12 +00:00
Added C++11 config option to MetaStyle and MetaLang .pro projects.
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user