blob: 8c2d274dcab36b53250ff449dfd38bc477f4d2d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/tools/testapp/CMakeLists.txt b/tools/testapp/CMakeLists.txt
index 5b6d72e..77ab35d 100644
--- a/tools/testapp/CMakeLists.txt
+++ b/tools/testapp/CMakeLists.txt
@@ -11,6 +11,8 @@ include_directories(
${QJSON_INCLUDE_DIR}
)
+link_directories(${QT_LIBRARY_DIR})
+
add_executable(dbusmenubench-qtapp ${qtapp_SRCS})
target_link_libraries(dbusmenubench-qtapp
|