forked from qt-creator/qt-creator
CMake: Configure fix for qtcdebugger
Change-Id: Ie7921fd37c60876c91e5009cd48f16ff69ba8674 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -3,7 +3,7 @@ if (NOT WIN32)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_qtc_executable(qtcdebugger
|
add_qtc_executable(qtcdebugger
|
||||||
DEPENDS Qt5::Widgets registryaccess psapi
|
DEPENDS Qt5::Widgets registryaccess psapi app_version
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PROPERTIES WIN32_EXECUTABLE ON
|
PROPERTIES WIN32_EXECUTABLE ON
|
||||||
|
Reference in New Issue
Block a user