Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Discover
Commits
4f388d4c
Commit
4f388d4c
authored
Feb 08, 2022
by
Fabian Vogt
Browse files
Use C++17
parent
456b8c1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4f388d4c
...
...
@@ -47,7 +47,7 @@ if(NOT CMAKE_VERSION VERSION_LESS "3.10.0")
list
(
APPEND CMAKE_AUTOMOC_MACRO_NAMES
"DISCOVER_BACKEND_PLUGIN"
)
endif
()
set
(
CMAKE_CXX_STANDARD 1
4
)
set
(
CMAKE_CXX_STANDARD 1
7
)
add_definitions
(
-DQT_NO_SIGNALS_SLOTS_KEYWORDS
)
configure_file
(
DiscoverVersion.h.in DiscoverVersion.h
)
...
...
Fabian Vogt
@fvogt
mentioned in commit
db151e2a
·
Feb 14, 2022
mentioned in commit
db151e2a
mentioned in commit db151e2aef3f448682a0e1df15937cafa18211a5
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment