0d177053b9
Change-Id: Ia24cf56b79ca6dacd370a7e397024e9b663e0167 Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
26 lines
597 B
CMake
26 lines
597 B
CMake
# Generated from qlistview.pro.
|
|
|
|
#####################################################################
|
|
## tst_qlistview Test:
|
|
#####################################################################
|
|
|
|
add_qt_test(tst_qlistview
|
|
SOURCES
|
|
tst_qlistview.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
Qt::TestPrivate
|
|
Qt::Widgets
|
|
Qt::WidgetsPrivate
|
|
)
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
extend_target(tst_qlistview CONDITION WIN32 AND NOT WINRT
|
|
PUBLIC_LIBRARIES
|
|
user32
|
|
)
|