Skip to content

Commit 1c69f0c

Browse files
committed
c++2b - Linux/Mac build fixed
1 parent ed36580 commit 1c69f0c

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

cpp-template-utils

cpputils

file-commander-core/config.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lessThan(QT_MAJOR_VERSION, 6) {
55

66
CONFIG += staticlib
77

8-
CONFIG += strict_c++ c++latest
8+
CONFIG += strict_c++ c++2b
99
mac* | linux*|freebsd{
1010
CONFIG(release, debug|release):CONFIG *= Release optimize_full
1111
CONFIG(debug, debug|release):CONFIG *= Debug

image-processing

plugins/tools/filecomparisonplugin/filecomparisonplugin.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ TEMPLATE = lib
22
TARGET = plugin_filecomparison
33

44
QT = core gui widgets
5-
CONFIG += strict_c++ c++latest
5+
CONFIG += strict_c++ c++2b
66

77
mac* | linux* | freebsd{
88
CONFIG(release, debug|release):CONFIG *= Release optimize_full

plugins/viewer/imageviewer/imageviewer.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TARGET = plugin_imageviewer
33

44
QT = core gui widgets
55

6-
CONFIG += strict_c++ c++latest
6+
CONFIG += strict_c++ c++2b
77

88
mac* | linux* | freebsd{
99
CONFIG(release, debug|release):CONFIG *= Release optimize_full

plugins/viewer/textviewer/textviewer.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ greaterThan(QT_MAJOR_VERSION, 5) {
66
QT += core5compat
77
}
88

9-
CONFIG += strict_c++ c++latest
9+
CONFIG += strict_c++ c++2b
1010

1111
mac* | linux* | freebsd{
1212
CONFIG(release, debug|release):CONFIG *= Release optimize_full

qt-app/qt-app.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lessThan(QT_MAJOR_VERSION, 6) {
66
win*:QT += winextras
77
}
88

9-
CONFIG += strict_c++ c++latest
9+
CONFIG += strict_c++ c++2b
1010

1111
mac* | linux* | freebsd{
1212
CONFIG(release, debug|release):CONFIG *= Release optimize_full

qtutils

Submodule qtutils updated 1 file

0 commit comments

Comments
 (0)