Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 1c980cf

Browse files
committed
use c++17
1 parent e3bb8be commit 1c980cf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.qmake.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
load(qt_build_config)
22

3-
CONFIG += warning_clean exceptions c++14
3+
CONFIG += warning_clean exceptions c++17
44
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.12
55

66
versionAtLeast(QT_VERSION, 5.11.0): CONFIG += sample_test_model

src/datasync/datasync.pro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ win32 {
110110
QMAKE_TARGET_COPYRIGHT = "Felix Barz"
111111
} else:mac {
112112
QMAKE_TARGET_BUNDLE_PREFIX = "de.skycoder42."
113-
CONFIG -= c++1z #TODO remove later
114113
}
115114

116115
QDEP_DEPENDS += Skycoder42/QPluginFactory

0 commit comments

Comments
 (0)