Skip to content

Commit cbfde24

Browse files
felixonmarsBLumia
authored andcommitted
fix: build with gtest 1.13+
googletest 1.13+ supports only C++14 or later versions. Let's bump the version. Log: fix build with gtest 1.13+
1 parent 3e4bb46 commit cbfde24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/tests.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ QMAKE_CXXFLAGS += -fstack-protector-all -fno-access-control
1616
QT += core gui widgets testlib
1717

1818

19-
#CONFIG += c++11 console
20-
CONFIG += c++11 console link_pkgconfig
19+
#CONFIG += c++14 console
20+
CONFIG += c++14 console link_pkgconfig
2121
CONFIG += testcase no_testcase_installs
2222
CONFIG += resources_big
2323
PKGCONFIG += dtkwidget

0 commit comments

Comments
 (0)