e9a328bc0e
Use pro2cmake with '--api-version 2' to force regenerate projects to use the new prefixed qt_foo APIs. Change-Id: I055c4837860319e93aaa6b09d646dda4fc2a4069 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
59 lines
1.1 KiB
CMake
59 lines
1.1 KiB
CMake
# Generated from qwidget.pro.
|
|
|
|
#####################################################################
|
|
## tst_qwidget Test:
|
|
#####################################################################
|
|
|
|
qt_add_test(tst_qwidget
|
|
SOURCES
|
|
tst_qwidget.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
Qt::TestPrivate
|
|
Qt::Widgets
|
|
Qt::WidgetsPrivate
|
|
)
|
|
|
|
# Resources:
|
|
set(qwidget_resource_files
|
|
"geometry-fullscreen.dat"
|
|
"geometry-maximized.dat"
|
|
"geometry.dat"
|
|
"hellotr_la.qm"
|
|
)
|
|
|
|
qt_add_resource(tst_qwidget "qwidget"
|
|
PREFIX
|
|
"/"
|
|
FILES
|
|
${qwidget_resource_files}
|
|
)
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:qwidget.pro:<TRUE>:
|
|
# testcase.timeout = "600"
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
qt_extend_target(tst_qwidget CONDITION AIX
|
|
COMPILE_OPTIONS
|
|
-fpermissive
|
|
)
|
|
|
|
qt_extend_target(tst_qwidget CONDITION APPLE
|
|
SOURCES
|
|
tst_qwidget_mac_helpers.mm
|
|
PUBLIC_LIBRARIES
|
|
${FWAppKit}
|
|
${FWSecurity}
|
|
)
|
|
|
|
qt_extend_target(tst_qwidget CONDITION WIN32
|
|
PUBLIC_LIBRARIES
|
|
gdi32
|
|
user32
|
|
)
|