0d177053b9
Change-Id: Ia24cf56b79ca6dacd370a7e397024e9b663e0167 Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
58 lines
1.5 KiB
CMake
58 lines
1.5 KiB
CMake
# Generated from foreignwindows.pro.
|
|
|
|
#####################################################################
|
|
## foreignwindows Binary:
|
|
#####################################################################
|
|
|
|
add_qt_manual_test(foreignwindows
|
|
SOURCES
|
|
../diaglib/eventfilter.cpp ../diaglib/eventfilter.h
|
|
../diaglib/nativewindowdump.h
|
|
../diaglib/qwindowdump.cpp ../diaglib/qwindowdump.h
|
|
../diaglib/textdump.cpp ../diaglib/textdump.h
|
|
main.cpp
|
|
DEFINES
|
|
QT_DIAG_LIB
|
|
INCLUDE_DIRECTORIES
|
|
../diaglib
|
|
PUBLIC_LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
Qt::Widgets
|
|
)
|
|
|
|
#### Keys ignored in scope 1:.:.:foreignwindows.pro:<TRUE>:
|
|
# TEMPLATE = "app"
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
extend_target(foreignwindows CONDITION WIN32 AND NOT WINRT
|
|
SOURCES
|
|
../diaglib/nativewindowdump_win.cpp
|
|
PUBLIC_LIBRARIES
|
|
user32
|
|
)
|
|
|
|
extend_target(foreignwindows CONDITION UNIX OR WINRT
|
|
SOURCES
|
|
../diaglib/nativewindowdump.cpp
|
|
)
|
|
|
|
extend_target(foreignwindows CONDITION QT_FEATURE_widgets
|
|
SOURCES
|
|
../diaglib/debugproxystyle.cpp ../diaglib/debugproxystyle.h
|
|
../diaglib/logwidget.cpp ../diaglib/logwidget.h
|
|
../diaglib/qwidgetdump.cpp ../diaglib/qwidgetdump.h
|
|
PUBLIC_LIBRARIES
|
|
Qt::WidgetsPrivate
|
|
)
|
|
|
|
extend_target(foreignwindows CONDITION QT_FEATURE_opengl
|
|
SOURCES
|
|
../diaglib/glinfo.cpp ../diaglib/glinfo.h
|
|
PUBLIC_LIBRARIES
|
|
Qt::OpenGL
|
|
)
|