CMake Build: Add build for winrtdebughelper

Fixes: QTCREATORBUG-22919
Change-Id: I22c24b4633e16b74fceab8122e7f95736768377b
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Cristian Adam
2019-09-30 19:02:16 +02:00
parent 85273abf90
commit 0097ffc41a
2 changed files with 7 additions and 12 deletions

View File

@@ -46,4 +46,4 @@ add_subdirectory(qtpromaker)
add_subdirectory(sdktool)
add_subdirectory(valgrindfake)
add_subdirectory(wininterrupt) ## windows only
# add_subdirectory(winrtdebughelper) ## windows only
add_subdirectory(winrtdebughelper) ## windows only

View File

@@ -1,13 +1,8 @@
#
# Copyright (C) YourCompany. All rights reserved.
#
# GENERATED BY CPP-DEPENDENCIES - do not edit, your changes will be lost
# If you must edit, remove these two lines to avoid regeneration
if (NOT WIN32)
return()
endif()
project(src.tools.winrtdebughelper)
add_library(${PROJECT_NAME} STATIC
add_qtc_executable(winrtdebughelper
SOURCES
winrtdebughelper.cpp
)