Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
Step
Commits
53ab865f
Unverified
Commit
53ab865f
authored
Oct 25, 2020
by
Andreas Sturmlechner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt5Test is only used in autotests and already searched for in there
Drop it everywhere else.
parent
c5ba2a88
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
CMakeLists.txt
CMakeLists.txt
+0
-1
stepcore/CMakeLists.txt
stepcore/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
53ab865f
...
...
@@ -27,7 +27,6 @@ find_package(Qt5 5.2 REQUIRED NO_MODULE COMPONENTS
Xml
Svg
OpenGL
Test
)
find_package
(
KF5 REQUIRED COMPONENTS
...
...
stepcore/CMakeLists.txt
View file @
53ab865f
...
...
@@ -45,7 +45,7 @@ if(STEPCORE_WITH_QT)
set
(
QT_DONT_USE_QTGUI ON
)
set
(
QT_USE_QTXML ON
)
find_package
(
Qt5 5.2 REQUIRED NO_MODULE COMPONENTS Xml
Test
)
find_package
(
Qt5 5.2 REQUIRED NO_MODULE COMPONENTS Xml
)
include_directories
(
${
CMAKE_CURRENT_BINARY_DIR
}
)
set
(
stepcore_use_LIBS
${
stepcore_use_LIBS
}
Qt5::Core Qt5::Xml
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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