Skip to content

Commit

Permalink
Try setting of c++ standard using c++17 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Feb 26, 2024
1 parent f64bc0e commit 1107c14
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion YUViewApp/YUViewApp.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ QT += core gui widgets opengl xml concurrent network

TARGET = YUView
TEMPLATE = app
CONFIG += c++11
CONFIG += c++17
CONFIG -= debug_and_release

SOURCES += $$files(src/*.cpp, false)
Expand Down
2 changes: 1 addition & 1 deletion YUViewLib/YUViewLib.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ QT += core gui widgets opengl xml concurrent network

TEMPLATE = lib
CONFIG += staticlib
CONFIG += c++1z
CONFIG += c++17
CONFIG -= debug_and_release
CONFIG += object_parallel_to_source

Expand Down
2 changes: 1 addition & 1 deletion YUViewUnitTest/filesource/filesource/Filesource.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TEMPLATE = app
CONFIG += qt console warn_on no_testcase_installs depend_includepath testcase
CONFIG -= debug_and_release
CONFIG -= app_bundled
CONFIG += c++1z
CONFIG += c++17

TARGET = FilesourceTest

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TEMPLATE = app
CONFIG += qt console warn_on no_testcase_installs depend_includepath testcase
CONFIG -= debug_and_release
CONFIG -= app_bundled
CONFIG += c++1z
CONFIG += c++17

TARGET = FilesourceAnnexBTest

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app

CONFIG += qt console warn_on no_testcase_installs depend_includepath testcase
CONFIG += c++1z
CONFIG += c++17
CONFIG -= debug_and_release
CONFIG -= app_bundled

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app

CONFIG += qt console warn_on no_testcase_installs depend_includepath testcase
CONFIG += c++1z
CONFIG += c++17
CONFIG -= debug_and_release
CONFIG -= app_bundled

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app

CONFIG += qt console warn_on no_testcase_installs depend_includepath testcase
CONFIG += c++1z
CONFIG += c++17
CONFIG -= debug_and_release
CONFIG -= app_bundled

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app

CONFIG += qt console warn_on no_testcase_installs depend_includepath testcase
CONFIG += c++1z
CONFIG += c++17
CONFIG -= debug_and_release
CONFIG -= app_bundled

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app

CONFIG += qt console warn_on no_testcase_installs depend_includepath testcase
CONFIG += c++1z
CONFIG += c++17
CONFIG -= debug_and_release
CONFIG -= app_bundled

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app

CONFIG += qt console warn_on no_testcase_installs depend_includepath testcase
CONFIG += c++1z
CONFIG += c++17
CONFIG -= debug_and_release
CONFIG -= app_bundled

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app

CONFIG += qt console warn_on no_testcase_installs depend_includepath testcase
CONFIG += c++1z
CONFIG += c++17
CONFIG -= debug_and_release
CONFIG -= app_bundled

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app

CONFIG += qt console warn_on no_testcase_installs depend_includepath testcase
CONFIG += c++1z
CONFIG += c++17
CONFIG -= debug_and_release
CONFIG -= app_bundled

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app

CONFIG += qt console warn_on no_testcase_installs depend_includepath testcase
CONFIG += c++1z
CONFIG += c++17
CONFIG -= debug_and_release
CONFIG -= app_bundled

Expand Down

0 comments on commit 1107c14

Please sign in to comment.