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
Frameworks
Solid
Commits
d0df8e46
Commit
d0df8e46
authored
Jul 06, 2014
by
Christophe Giboudeaux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-Wmissing-include-dirs
parent
958c9d5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
autotests/CMakeLists.txt
autotests/CMakeLists.txt
+2
-2
No files found.
autotests/CMakeLists.txt
View file @
d0df8e46
...
...
@@ -24,7 +24,6 @@ target_include_directories(solidhwtest PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../sr
########### solidmttest ###############
ecm_add_test
(
solidmttest.cpp LINK_LIBRARIES Qt5::DBus Qt5::Xml Qt5::Test
${
LIBS
}
KF5Solid_static Qt5::Concurrent
)
target_include_directories
(
solidmttest PRIVATE
${
CMAKE_CURRENT_SOURCE_DIR
}
/../src/solid/backends/fakehw
)
target_compile_definitions
(
solidmttest PRIVATE SOLID_STATIC_DEFINE=1
)
########### solidmttest ###############
...
...
@@ -35,4 +34,5 @@ endif()
########### solidpowertest ###############
if
(
WITH_NEW_SOLID_JOB AND WITH_NEW_POWER_ASYNC_API
)
ecm_add_test
(
solidpowertest.cpp LINK_LIBRARIES Qt5::Test
${
LIBS
}
KF5Solid_static
)
endif
()
\ No newline at end of file
endif
()
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