Skip to content

Commit

Permalink
use c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarneges committed Jan 6, 2025
1 parent efb012d commit 238e847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cpp.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TEMPLATE = lib
CONFIG -= app_bundle
CONFIG += staticlib c++14
CONFIG += staticlib c++17
QT -= gui
QT += network
TARGET = pushpin-cpp
Expand Down
2 changes: 1 addition & 1 deletion src/cpptests.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TEMPLATE = lib
CONFIG -= app_bundle
CONFIG += staticlib c++14
CONFIG += staticlib c++17
QT -= gui
QT *= network testlib
TARGET = pushpin-cpptest
Expand Down

0 comments on commit 238e847

Please sign in to comment.