Skip to content

Commit

Permalink
Set C++17 as minimum C++ version
Browse files Browse the repository at this point in the history
Needed by the QtAVPlayer headers

Signed-off-by: Maxime Gervais <[email protected]>
  • Loading branch information
g-maxime committed Mar 15, 2024
1 parent 0573c33 commit 6e101a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project/QtCreator/qctools-cli/qctools-cli.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ message('entering qctools-cli.pro')
QT += core network
QT -= gui

CONFIG += c++11
CONFIG += c++17

TARGET = qcli
CONFIG += console
Expand Down
2 changes: 1 addition & 1 deletion Project/QtCreator/qctools-gui/qctools-gui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport qml
TARGET = QCTools
TEMPLATE = app

CONFIG += c++11 qt
CONFIG += c++17 qt

message("PWD = " $$PWD)

Expand Down
2 changes: 1 addition & 1 deletion Project/QtCreator/qctools-lib/qctools-lib.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ QT = core network multimedia concurrent

TARGET = qctools
TEMPLATE = lib
CONFIG += c++11
CONFIG += c++17
CONFIG += staticlib

message('qctools-lib: including ffmpeg')
Expand Down

0 comments on commit 6e101a1

Please sign in to comment.