diff options
author | Cristian Adam <cristian.adam@qt.io> | 2019-10-28 14:52:45 +0100 |
---|---|---|
committer | Cristian Adam <cristian.adam@qt.io> | 2019-10-28 14:31:36 +0000 |
commit | 5649e3ec7e5205aece8695c77944a0c35e38225f (patch) | |
tree | 0ac7d87cda38c34ac45d943fd565721d8c835aec /src/tools | |
parent | ca15e1ed0c04034373b56937de2e18bcfa2cfc57 (diff) | |
download | qt-creator-5649e3ec7e5205aece8695c77944a0c35e38225f.tar.gz |
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.txt | 2 |
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 |