aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@qt.io>2019-10-28 14:52:45 +0100
committerCristian Adam <cristian.adam@qt.io>2019-10-28 14:31:36 +0000
commit5649e3ec7e5205aece8695c77944a0c35e38225f (patch)
tree0ac7d87cda38c34ac45d943fd565721d8c835aec /src/tools
parentca15e1ed0c04034373b56937de2e18bcfa2cfc57 (diff)
CMake: Configure fix for qtcdebugger
Change-Id: Ie7921fd37c60876c91e5009cd48f16ff69ba8674 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/qtcdebugger/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qtcdebugger/CMakeLists.txt b/src/tools/qtcdebugger/CMakeLists.txt
index af367a60b3..ff550d8910 100644
--- a/src/tools/qtcdebugger/CMakeLists.txt
+++ b/src/tools/qtcdebugger/CMakeLists.txt
@@ -3,7 +3,7 @@ if (NOT WIN32)
endif()
add_qtc_executable(qtcdebugger
- DEPENDS Qt5::Widgets registryaccess psapi
+ DEPENDS Qt5::Widgets registryaccess psapi app_version
SOURCES
main.cpp
PROPERTIES WIN32_EXECUTABLE ON