mirror of https://github.com/procxx/kepka.git
Merge branch 'dev'
This commit is contained in:
commit
d4c9097610
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue