forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
@@ -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
|
||||
winrtdebughelper.cpp
|
||||
add_qtc_executable(winrtdebughelper
|
||||
SOURCES
|
||||
winrtdebughelper.cpp
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user