Skip to content

Commit

Permalink
fix: build with gtest 1.13+
Browse files Browse the repository at this point in the history
googletest 1.13+ supports only C++14 or later versions. Let's bump the
version.

Log: fix build with gtest 1.13+
  • Loading branch information
felixonmars committed Nov 23, 2024
1 parent 3e4bb46 commit 6a99a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deepin-boot-maker.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ linux {
manual_dir.files = $$PWD/src/help/deepin-boot-maker
manual_dir.path = /usr/share/deepin-manual/manual-assets/application
INSTALLS += manual_dir
}
}
4 changes: 2 additions & 2 deletions src/tests/tests.pro
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ QMAKE_CXXFLAGS += -fstack-protector-all -fno-access-control
QT += core gui widgets testlib


#CONFIG += c++11 console
CONFIG += c++11 console link_pkgconfig
#CONFIG += c++14 console
CONFIG += c++14 console link_pkgconfig
CONFIG += testcase no_testcase_installs
CONFIG += resources_big
PKGCONFIG += dtkwidget
Expand Down

0 comments on commit 6a99a49

Please sign in to comment.