Convert all of tests/manual
Fixes: QTBUG-78164 Change-Id: I28b59bf84533fc33fafafd1511b5337d36af0e2b Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
9e6456a49d
commit
47428dfa55
@ -1,98 +1,75 @@
|
||||
# Generated from tests/manual/manual.pro.
|
||||
# Generated from manual.pro.
|
||||
|
||||
# special case begin
|
||||
# Ignore this folder for now as we need to wait for changes in dev to make
|
||||
# it back into wip/cmake regarding duplicate target names
|
||||
return()
|
||||
# special case end
|
||||
|
||||
add_subdirectory("bearerex")
|
||||
add_subdirectory("filetest")
|
||||
add_subdirectory("embeddedintoforeignwindow")
|
||||
add_subdirectory("foreignwindows")
|
||||
add_subdirectory("gestures")
|
||||
add_subdirectory("highdpi")
|
||||
add_subdirectory("inputmethodhints")
|
||||
add_subdirectory("keypadnavigation")
|
||||
add_subdirectory("lance")
|
||||
add_subdirectory("network_remote_stresstest")
|
||||
add_subdirectory("network_stresstest")
|
||||
add_subdirectory("qcursor")
|
||||
add_subdirectory("qdesktopservices")
|
||||
add_subdirectory("qdesktopwidget")
|
||||
add_subdirectory("qgraphicsitem")
|
||||
add_subdirectory("qgraphicsitemgroup")
|
||||
add_subdirectory("qgraphicslayout/flicker")
|
||||
add_subdirectory("qhttpnetworkconnection")
|
||||
add_subdirectory("qimagereader")
|
||||
add_subdirectory("qlayout")
|
||||
add_subdirectory("qlocale")
|
||||
add_subdirectory("qmimedatabase")
|
||||
add_subdirectory("qnetworkaccessmanager/qget")
|
||||
add_subdirectory("qnetworkconfigurationmanager")
|
||||
add_subdirectory("qnetworkconfiguration")
|
||||
add_subdirectory("qnetworkreply")
|
||||
add_subdirectory("qstorageinfo")
|
||||
add_subdirectory("qscreen")
|
||||
add_subdirectory("qssloptions")
|
||||
add_subdirectory("qsslsocket")
|
||||
add_subdirectory("qsysinfo")
|
||||
add_subdirectory("qtabletevent")
|
||||
add_subdirectory("qtexteditlist")
|
||||
add_subdirectory("qtbug-8933")
|
||||
add_subdirectory("qtbug-52641")
|
||||
add_subdirectory("qtouchevent")
|
||||
add_subdirectory("touch")
|
||||
add_subdirectory("qwidget_zorder")
|
||||
add_subdirectory("repaint")
|
||||
add_subdirectory("socketengine")
|
||||
add_subdirectory("textrendering")
|
||||
add_subdirectory("widgets")
|
||||
add_subdirectory("windowflags")
|
||||
add_subdirectory("windowgeometry")
|
||||
add_subdirectory("windowmodality")
|
||||
add_subdirectory("widgetgrab")
|
||||
add_subdirectory("xembed-raster")
|
||||
add_subdirectory("xembed-widgets")
|
||||
add_subdirectory("shortcuts")
|
||||
add_subdirectory("dialogs")
|
||||
add_subdirectory("windowtransparency")
|
||||
add_subdirectory("unc")
|
||||
add_subdirectory("qtabbar")
|
||||
|
||||
if(NOT ${QT_FEATURE_openssl})
|
||||
### remove_subdirectory("qssloptions")
|
||||
add_subdirectory(bearerex)
|
||||
add_subdirectory(filetest)
|
||||
add_subdirectory(embeddedintoforeignwindow)
|
||||
add_subdirectory(foreignwindows)
|
||||
add_subdirectory(gestures)
|
||||
add_subdirectory(highdpi)
|
||||
add_subdirectory(inputmethodhints)
|
||||
add_subdirectory(keypadnavigation)
|
||||
add_subdirectory(lance)
|
||||
add_subdirectory(qcursor)
|
||||
add_subdirectory(qdesktopservices)
|
||||
add_subdirectory(qdesktopwidget)
|
||||
add_subdirectory(qgraphicsitem)
|
||||
add_subdirectory(qgraphicsitemgroup)
|
||||
add_subdirectory(qgraphicslayout/flicker)
|
||||
add_subdirectory(qhttpnetworkconnection)
|
||||
add_subdirectory(qimagereader)
|
||||
add_subdirectory(qlayout)
|
||||
add_subdirectory(qlocale)
|
||||
add_subdirectory(qmimedatabase)
|
||||
add_subdirectory(qnetconmonitor)
|
||||
add_subdirectory(qnetworkaccessmanager/qget)
|
||||
add_subdirectory(qnetworkconfigurationmanager)
|
||||
add_subdirectory(qnetworkconfiguration)
|
||||
#special case begin
|
||||
if (QT_FEATURE_openssl AND UNIX)
|
||||
add_subdirectory(qnetworkreply)
|
||||
endif()
|
||||
|
||||
if(${QT_FEATURE_opengl})
|
||||
add_subdirectory("qopengltextureblitter")
|
||||
|
||||
if(${QT_FEATURE_egl})
|
||||
add_subdirectory("qopenglcontext")
|
||||
endif()
|
||||
#special case end
|
||||
add_subdirectory(qstorageinfo)
|
||||
add_subdirectory(qscreen)
|
||||
add_subdirectory(qsslsocket)
|
||||
add_subdirectory(qsysinfo)
|
||||
add_subdirectory(qtabletevent)
|
||||
add_subdirectory(qtexteditlist)
|
||||
add_subdirectory(qtexttableborders)
|
||||
add_subdirectory(qtbug-8933)
|
||||
add_subdirectory(qtbug-52641)
|
||||
add_subdirectory(qtouchevent)
|
||||
add_subdirectory(touch)
|
||||
add_subdirectory(qwidget_zorder)
|
||||
add_subdirectory(repaint)
|
||||
add_subdirectory(socketengine)
|
||||
add_subdirectory(textrendering)
|
||||
add_subdirectory(widgets)
|
||||
add_subdirectory(windowflags)
|
||||
add_subdirectory(windowgeometry)
|
||||
add_subdirectory(windowmodality)
|
||||
add_subdirectory(widgetgrab)
|
||||
add_subdirectory(xembed-raster)
|
||||
add_subdirectory(xembed-widgets)
|
||||
add_subdirectory(shortcuts)
|
||||
add_subdirectory(dialogs)
|
||||
add_subdirectory(windowtransparency)
|
||||
add_subdirectory(unc)
|
||||
add_subdirectory(qtabbar)
|
||||
add_subdirectory(rhi)
|
||||
if(UNIX)
|
||||
add_subdirectory(network_remote_stresstest)
|
||||
add_subdirectory(network_stresstest)
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
### remove_subdirectory("network_remote_stresstest")
|
||||
### remove_subdirectory("network_stresstest")
|
||||
if(QT_FEATURE_openssl)
|
||||
add_subdirectory(qssloptions)
|
||||
endif()
|
||||
|
||||
if(lessThan(QT_MAJOR_VERSION, 5))
|
||||
### remove_subdirectory("bearerex")
|
||||
### remove_subdirectory("lance")
|
||||
### remove_subdirectory("qnetworkaccessmanager/qget")
|
||||
### remove_subdirectory("qmimedatabase")
|
||||
### remove_subdirectory("qnetworkreply")
|
||||
### remove_subdirectory("qpainfo")
|
||||
### remove_subdirectory("qscreen")
|
||||
### remove_subdirectory("socketengine")
|
||||
### remove_subdirectory("xembed-raster")
|
||||
### remove_subdirectory("xembed-widgets")
|
||||
### remove_subdirectory("windowtransparency")
|
||||
### remove_subdirectory("embeddedintoforeignwindow")
|
||||
### remove_subdirectory("foreignwindows")
|
||||
if(QT_FEATURE_opengl)
|
||||
add_subdirectory(qopengltextureblitter)
|
||||
endif()
|
||||
|
||||
if(${QT_FEATURE_vulkan})
|
||||
add_subdirectory("qvulkaninstance")
|
||||
if(QT_FEATURE_egl AND QT_FEATURE_opengl)
|
||||
add_subdirectory(qopenglcontext)
|
||||
endif()
|
||||
if(QT_FEATURE_vulkan)
|
||||
add_subdirectory(qvulkaninstance)
|
||||
endif()
|
||||
|
25
tests/manual/bearerex/CMakeLists.txt
Normal file
25
tests/manual/bearerex/CMakeLists.txt
Normal file
@ -0,0 +1,25 @@
|
||||
# Generated from bearerex.pro.
|
||||
|
||||
#####################################################################
|
||||
## BearerEx Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(BearerEx
|
||||
GUI
|
||||
SOURCES
|
||||
bearerex.cpp bearerex.h bearerex.ui
|
||||
datatransferer.cpp datatransferer.h
|
||||
detailedinfodialog.ui
|
||||
main.cpp
|
||||
sessiondialog.ui
|
||||
xqlistwidget.cpp xqlistwidget.h
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Network
|
||||
Qt::Widgets
|
||||
ENABLE_AUTOGEN_TOOLS
|
||||
uic
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:bearerex.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
17
tests/manual/cocoa/appicon/CMakeLists.txt
Normal file
17
tests/manual/cocoa/appicon/CMakeLists.txt
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated from appicon.pro.
|
||||
|
||||
#####################################################################
|
||||
## appicon Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(appicon
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:appicon.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
21
tests/manual/cocoa/menurama/CMakeLists.txt
Normal file
21
tests/manual/cocoa/menurama/CMakeLists.txt
Normal file
@ -0,0 +1,21 @@
|
||||
# Generated from menurama.pro.
|
||||
|
||||
#####################################################################
|
||||
## Menurama Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(Menurama
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
mainwindow.cpp mainwindow.h mainwindow.ui
|
||||
menuramaapplication.cpp menuramaapplication.h
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
ENABLE_AUTOGEN_TOOLS
|
||||
uic
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:menurama.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
17
tests/manual/cocoa/menus/CMakeLists.txt
Normal file
17
tests/manual/cocoa/menus/CMakeLists.txt
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated from menus.pro.
|
||||
|
||||
#####################################################################
|
||||
## menus Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(menus
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:menus.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
17
tests/manual/cocoa/nativewidgets/CMakeLists.txt
Normal file
17
tests/manual/cocoa/nativewidgets/CMakeLists.txt
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated from nativewigets.pro.
|
||||
|
||||
#####################################################################
|
||||
## nativewigets Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(nativewigets
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:nativewigets.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
14
tests/manual/cocoa/popups/CMakeLists.txt
Normal file
14
tests/manual/cocoa/popups/CMakeLists.txt
Normal file
@ -0,0 +1,14 @@
|
||||
# Generated from popups.pro.
|
||||
|
||||
#####################################################################
|
||||
## popups Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(popups
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
21
tests/manual/cocoa/qmaccocoaviewcontainer/CMakeLists.txt
Normal file
21
tests/manual/cocoa/qmaccocoaviewcontainer/CMakeLists.txt
Normal file
@ -0,0 +1,21 @@
|
||||
# Generated from qmaccocoaviewcontainer.pro.
|
||||
|
||||
#####################################################################
|
||||
## qmaccocoaviewcontainer Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qmaccocoaviewcontainer
|
||||
GUI
|
||||
SOURCES
|
||||
TestMouseMovedNSView.h TestMouseMovedNSView.m
|
||||
main.mm
|
||||
INCLUDE_DIRECTORIES
|
||||
.
|
||||
PUBLIC_LIBRARIES
|
||||
${FWAppKit}
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qmaccocoaviewcontainer.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
38
tests/manual/cocoa/qsystemtrayicon/CMakeLists.txt
Normal file
38
tests/manual/cocoa/qsystemtrayicon/CMakeLists.txt
Normal file
@ -0,0 +1,38 @@
|
||||
# Generated from qsystemtrayicon.pro.
|
||||
|
||||
#####################################################################
|
||||
## qsystemtrayicon Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qsystemtrayicon
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
.
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set(icons_resource_files
|
||||
"macsystray16x16.png"
|
||||
"macsystray18x18.png"
|
||||
"macsystray25x15.png"
|
||||
"macsystray32x32.png"
|
||||
"macsystray36x36.png"
|
||||
"macsystray50x30.png"
|
||||
"macsystray64x64.png"
|
||||
)
|
||||
|
||||
add_qt_resource(qsystemtrayicon "icons"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${icons_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qsystemtrayicon.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
22
tests/manual/cocoa/qt_on_cocoa/CMakeLists.txt
Normal file
22
tests/manual/cocoa/qt_on_cocoa/CMakeLists.txt
Normal file
@ -0,0 +1,22 @@
|
||||
# Generated from qt_on_cocoa.pro.
|
||||
|
||||
#####################################################################
|
||||
## qt_on_cocoa Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qt_on_cocoa
|
||||
GUI
|
||||
SOURCES
|
||||
main.mm
|
||||
rasterwindow.cpp rasterwindow.h
|
||||
DEFINES
|
||||
QT_DISABLE_DEPRECATED_BEFORE=0
|
||||
PUBLIC_LIBRARIES
|
||||
${FWAppKit}
|
||||
Qt::Gui
|
||||
Qt::Quick
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qt_on_cocoa.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
21
tests/manual/cocoa/wheelevent/CMakeLists.txt
Normal file
21
tests/manual/cocoa/wheelevent/CMakeLists.txt
Normal file
@ -0,0 +1,21 @@
|
||||
# Generated from wheelevent.pro.
|
||||
|
||||
#####################################################################
|
||||
## wheelevent Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(wheelevent
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
window.cpp window.h
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:wheelevent.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
@ -40,6 +40,8 @@
|
||||
# define WS_EX_NOREDIRECTIONBITMAP 0x00200000L
|
||||
#endif
|
||||
|
||||
using namespace Qt;
|
||||
|
||||
namespace QtDiag {
|
||||
|
||||
struct DumpContext {
|
||||
|
38
tests/manual/dialogs/CMakeLists.txt
Normal file
38
tests/manual/dialogs/CMakeLists.txt
Normal file
@ -0,0 +1,38 @@
|
||||
# Generated from dialogs.pro.
|
||||
|
||||
#####################################################################
|
||||
## dialogs Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(dialogs
|
||||
GUI
|
||||
SOURCES
|
||||
colordialogpanel.cpp colordialogpanel.h
|
||||
filedialogpanel.cpp filedialogpanel.h
|
||||
fontdialogpanel.cpp fontdialogpanel.h
|
||||
main.cpp
|
||||
messageboxpanel.cpp messageboxpanel.h
|
||||
utils.cpp utils.h
|
||||
wizardpanel.cpp wizardpanel.h
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:dialogs.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
extend_target(dialogs CONDITION TARGET Qt::PrintSupport
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::PrintSupport
|
||||
)
|
||||
|
||||
extend_target(dialogs CONDITION NOT (QT_FEATURE_printer EQUAL FALSE)
|
||||
SOURCES
|
||||
printdialogpanel.cpp printdialogpanel.h printdialogpanel.ui
|
||||
ENABLE_AUTOGEN_TOOLS
|
||||
uic
|
||||
)
|
59
tests/manual/embeddedintoforeignwindow/CMakeLists.txt
Normal file
59
tests/manual/embeddedintoforeignwindow/CMakeLists.txt
Normal file
@ -0,0 +1,59 @@
|
||||
# Generated from embeddedintoforeignwindow.pro.
|
||||
|
||||
#####################################################################
|
||||
## embeddedintoforeignwindow Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(embeddedintoforeignwindow
|
||||
SOURCES
|
||||
../diaglib/eventfilter.cpp ../diaglib/eventfilter.h
|
||||
../diaglib/nativewindowdump.h
|
||||
../diaglib/qwindowdump.cpp ../diaglib/qwindowdump.h
|
||||
../diaglib/textdump.cpp ../diaglib/textdump.h
|
||||
itemwindow.cpp itemwindow.h
|
||||
main.cpp
|
||||
DEFINES
|
||||
QT_DIAG_LIB
|
||||
INCLUDE_DIRECTORIES
|
||||
../diaglib
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:embeddedintoforeignwindow.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
extend_target(embeddedintoforeignwindow CONDITION WIN32 AND NOT WINRT
|
||||
SOURCES
|
||||
../diaglib/nativewindowdump_win.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
user32
|
||||
)
|
||||
|
||||
extend_target(embeddedintoforeignwindow CONDITION UNIX OR WINRT
|
||||
SOURCES
|
||||
../diaglib/nativewindowdump.cpp
|
||||
)
|
||||
|
||||
extend_target(embeddedintoforeignwindow CONDITION QT_FEATURE_widgets
|
||||
SOURCES
|
||||
../diaglib/debugproxystyle.cpp ../diaglib/debugproxystyle.h
|
||||
../diaglib/logwidget.cpp ../diaglib/logwidget.h
|
||||
../diaglib/qwidgetdump.cpp ../diaglib/qwidgetdump.h
|
||||
LIBRARIES
|
||||
Qt::WidgetsPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
extend_target(embeddedintoforeignwindow CONDITION QT_FEATURE_opengl
|
||||
SOURCES
|
||||
../diaglib/glinfo.cpp ../diaglib/glinfo.h
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::OpenGL
|
||||
)
|
13
tests/manual/filetest/CMakeLists.txt
Normal file
13
tests/manual/filetest/CMakeLists.txt
Normal file
@ -0,0 +1,13 @@
|
||||
# Generated from filetest.pro.
|
||||
|
||||
#####################################################################
|
||||
## filetest Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(filetest
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:filetest.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
57
tests/manual/foreignwindows/CMakeLists.txt
Normal file
57
tests/manual/foreignwindows/CMakeLists.txt
Normal file
@ -0,0 +1,57 @@
|
||||
# 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::Gui
|
||||
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
|
||||
LIBRARIES
|
||||
Qt::WidgetsPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
extend_target(foreignwindows CONDITION QT_FEATURE_opengl
|
||||
SOURCES
|
||||
../diaglib/glinfo.cpp ../diaglib/glinfo.h
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::OpenGL
|
||||
)
|
4
tests/manual/gestures/CMakeLists.txt
Normal file
4
tests/manual/gestures/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
# Generated from gestures.pro.
|
||||
|
||||
add_subdirectory(graphicsview)
|
||||
add_subdirectory(scrollarea)
|
17
tests/manual/gestures/graphicsview/CMakeLists.txt
Normal file
17
tests/manual/gestures/graphicsview/CMakeLists.txt
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated from graphicsview.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_manual_graphicsview Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(tst_manual_graphicsview
|
||||
GUI
|
||||
SOURCES
|
||||
gestures.cpp gestures.h
|
||||
imageitem.cpp imageitem.h
|
||||
main.cpp
|
||||
mousepangesturerecognizer.cpp mousepangesturerecognizer.h
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
15
tests/manual/gestures/scrollarea/CMakeLists.txt
Normal file
15
tests/manual/gestures/scrollarea/CMakeLists.txt
Normal file
@ -0,0 +1,15 @@
|
||||
# Generated from scrollarea.pro.
|
||||
|
||||
#####################################################################
|
||||
## scrollarea Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(scrollarea
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
mousepangesturerecognizer.cpp mousepangesturerecognizer.h
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
41
tests/manual/highdpi/CMakeLists.txt
Normal file
41
tests/manual/highdpi/CMakeLists.txt
Normal file
@ -0,0 +1,41 @@
|
||||
# Generated from highdpi.pro.
|
||||
|
||||
#####################################################################
|
||||
## highdpi Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(highdpi
|
||||
SOURCES
|
||||
dragwidget.cpp dragwidget.h
|
||||
main.cpp
|
||||
DEFINES
|
||||
HAVE_SCREEN_BASE_DPI
|
||||
INCLUDE_DIRECTORIES
|
||||
.
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set(highdpi_resource_files
|
||||
"qticon16.png"
|
||||
"qticon16@2x.png"
|
||||
"qticon16@3x.png"
|
||||
"qticon32.png"
|
||||
"qticon32@2x.png"
|
||||
"qticon64.png"
|
||||
)
|
||||
|
||||
add_qt_resource(highdpi "highdpi"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${highdpi_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:highdpi.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
20
tests/manual/inputmethodhints/CMakeLists.txt
Normal file
20
tests/manual/inputmethodhints/CMakeLists.txt
Normal file
@ -0,0 +1,20 @@
|
||||
# Generated from inputmethodhints.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_inputmethodhints Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(tst_inputmethodhints
|
||||
GUI
|
||||
SOURCES
|
||||
inputmethodhints.cpp inputmethodhints.h inputmethodhints.ui
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
ENABLE_AUTOGEN_TOOLS
|
||||
uic
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:inputmethodhints.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
17
tests/manual/keypadnavigation/CMakeLists.txt
Normal file
17
tests/manual/keypadnavigation/CMakeLists.txt
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated from keypadnavigation.pro.
|
||||
|
||||
#####################################################################
|
||||
## keypadnavigation Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(keypadnavigation
|
||||
GUI
|
||||
SOURCES
|
||||
keypadnavigation.ui
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
ENABLE_AUTOGEN_TOOLS
|
||||
uic
|
||||
)
|
175
tests/manual/lance/CMakeLists.txt
Normal file
175
tests/manual/lance/CMakeLists.txt
Normal file
@ -0,0 +1,175 @@
|
||||
# Generated from lance.pro.
|
||||
|
||||
#####################################################################
|
||||
## lance Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(lance
|
||||
SOURCES
|
||||
../../auto/other/lancelot/paintcommands.cpp ../../auto/other/lancelot/paintcommands.h
|
||||
interactivewidget.cpp interactivewidget.h
|
||||
main.cpp
|
||||
widgets.h
|
||||
INCLUDE_DIRECTORIES
|
||||
.
|
||||
../../auto/other/lancelot
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::PrintSupport
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set(icons_resource_files
|
||||
"enum.png"
|
||||
"tools.png"
|
||||
)
|
||||
|
||||
add_qt_resource(lance "icons"
|
||||
PREFIX
|
||||
"/icons"
|
||||
FILES
|
||||
${icons_resource_files}
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/alpha.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/alpha.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/alpha2x2.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/alpha2x2.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/bitmap.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/bitmap.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/border.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/border.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/borderimage.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/borderimage.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/dome_argb32.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/dome_argb32.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/dome_indexed.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/dome_indexed.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/dome_indexed_mask.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/dome_indexed_mask.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/dome_mono.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/dome_mono.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/dome_mono_128.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/dome_mono_128.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/dome_mono_palette.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/dome_mono_palette.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/dome_rgb32.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/dome_rgb32.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/dot.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/dot.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/face.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/face.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/gam030.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/gam030.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/gam045.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/gam045.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/gam056.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/gam056.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/gam100.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/gam100.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/gam200.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/gam200.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/image.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/image.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/mask.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/mask.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/mask_100.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/mask_100.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/masked.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/masked.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/sign.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/sign.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/solid.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/solid.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/solid2x2.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/solid2x2.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/struct-image-01.jpg"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/struct-image-01.jpg"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/struct-image-01.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/struct-image-01.png"
|
||||
)
|
||||
set_source_files_properties("../../auto/other/lancelot/images/zebra.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "images/zebra.png"
|
||||
)
|
||||
set(images_resource_files
|
||||
"images/alpha.png"
|
||||
"images/alpha2x2.png"
|
||||
"images/bitmap.png"
|
||||
"images/border.png"
|
||||
"images/borderimage.png"
|
||||
"images/dome_argb32.png"
|
||||
"images/dome_indexed.png"
|
||||
"images/dome_indexed_mask.png"
|
||||
"images/dome_mono.png"
|
||||
"images/dome_mono_128.png"
|
||||
"images/dome_mono_palette.png"
|
||||
"images/dome_rgb32.png"
|
||||
"images/dot.png"
|
||||
"images/face.png"
|
||||
"images/gam030.png"
|
||||
"images/gam045.png"
|
||||
"images/gam056.png"
|
||||
"images/gam100.png"
|
||||
"images/gam200.png"
|
||||
"images/image.png"
|
||||
"images/mask.png"
|
||||
"images/mask_100.png"
|
||||
"images/masked.png"
|
||||
"images/sign.png"
|
||||
"images/solid.png"
|
||||
"images/solid2x2.png"
|
||||
"images/struct-image-01.jpg"
|
||||
"images/struct-image-01.png"
|
||||
"images/zebra.png"
|
||||
)
|
||||
|
||||
add_qt_resource(lance "images"
|
||||
PREFIX
|
||||
"/"
|
||||
BASE
|
||||
"../../auto/other/lancelot"
|
||||
FILES
|
||||
${images_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:lance.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
extend_target(lance CONDITION TARGET Qt::OpenGL
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::OpenGL
|
||||
)
|
18
tests/manual/markdown/CMakeLists.txt
Normal file
18
tests/manual/markdown/CMakeLists.txt
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated from html2md.pro.
|
||||
|
||||
#####################################################################
|
||||
## html2md Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(html2md
|
||||
GUI
|
||||
SOURCES
|
||||
html2md.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
.
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:html2md.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
29
tests/manual/network_remote_stresstest/CMakeLists.txt
Normal file
29
tests/manual/network_remote_stresstest/CMakeLists.txt
Normal file
@ -0,0 +1,29 @@
|
||||
# Generated from network_remote_stresstest.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_network_remote_stresstest Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(tst_network_remote_stresstest
|
||||
SOURCES
|
||||
tst_network_remote_stresstest.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::NetworkPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set(url-list_resource_files
|
||||
"url-list.txt"
|
||||
)
|
||||
|
||||
add_qt_resource(tst_network_remote_stresstest "url-list"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${url-list_resource_files}
|
||||
)
|
||||
|
35
tests/manual/network_stresstest/CMakeLists.txt
Normal file
35
tests/manual/network_stresstest/CMakeLists.txt
Normal file
@ -0,0 +1,35 @@
|
||||
# Generated from network_stresstest.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_network_stresstest Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(tst_network_stresstest
|
||||
SOURCES
|
||||
minihttpserver.cpp minihttpserver.h
|
||||
tst_network_stresstest.cpp
|
||||
DEFINES
|
||||
QT_DISABLE_DEPRECATED_BEFORE=0
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::NetworkPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set(wwwfiles_resource_files
|
||||
"qtest"
|
||||
)
|
||||
|
||||
add_qt_resource(tst_network_stresstest "wwwfiles"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${wwwfiles_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:network_stresstest.pro:<TRUE>:
|
||||
# QMAKE_RESOURCE_FLAGS = "-no-compress"
|
8
tests/manual/qcursor/CMakeLists.txt
Normal file
8
tests/manual/qcursor/CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
# Generated from qcursor.pro.
|
||||
|
||||
add_subdirectory(allcursors)
|
||||
add_subdirectory(childwidget)
|
||||
add_subdirectory(childwindow)
|
||||
add_subdirectory(childwindowcontainer)
|
||||
add_subdirectory(grab_override)
|
||||
add_subdirectory(qcursorhighdpi)
|
20
tests/manual/qcursor/allcursors/CMakeLists.txt
Normal file
20
tests/manual/qcursor/allcursors/CMakeLists.txt
Normal file
@ -0,0 +1,20 @@
|
||||
# Generated from allcursors.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_allcursors Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(tst_allcursors
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
mainwindow.cpp mainwindow.h mainwindow.ui
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
ENABLE_AUTOGEN_TOOLS
|
||||
uic
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:allcursors.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
19
tests/manual/qcursor/childwidget/CMakeLists.txt
Normal file
19
tests/manual/qcursor/childwidget/CMakeLists.txt
Normal file
@ -0,0 +1,19 @@
|
||||
# Generated from childwidget.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_manual_childwidget Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(tst_manual_childwidget
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
.
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:childwidget.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
@ -1,5 +1,18 @@
|
||||
add_qt_test(childwindow SOURCES
|
||||
# Generated from childwindow.pro.
|
||||
|
||||
#####################################################################
|
||||
## childwindow Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(childwindow
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
.
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:childwindow.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
||||
|
19
tests/manual/qcursor/childwindowcontainer/CMakeLists.txt
Normal file
19
tests/manual/qcursor/childwindowcontainer/CMakeLists.txt
Normal file
@ -0,0 +1,19 @@
|
||||
# Generated from childwindowcontainer.pro.
|
||||
|
||||
#####################################################################
|
||||
## childwindowcontainer Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(childwindowcontainer
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
.
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:childwindowcontainer.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
33
tests/manual/qcursor/grab_override/CMakeLists.txt
Normal file
33
tests/manual/qcursor/grab_override/CMakeLists.txt
Normal file
@ -0,0 +1,33 @@
|
||||
# Generated from grab_override.pro.
|
||||
|
||||
#####################################################################
|
||||
## t_cursors Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(t_cursors
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
mainwindow.cpp mainwindow.h mainwindow.ui
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
ENABLE_AUTOGEN_TOOLS
|
||||
uic
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set(images_resource_files
|
||||
"data/monkey_on_64x64.png"
|
||||
)
|
||||
|
||||
add_qt_resource(t_cursors "images"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${images_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:grab_override.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
28
tests/manual/qcursor/qcursorhighdpi/CMakeLists.txt
Normal file
28
tests/manual/qcursor/qcursorhighdpi/CMakeLists.txt
Normal file
@ -0,0 +1,28 @@
|
||||
# Generated from qcursorhighdpi.pro.
|
||||
|
||||
#####################################################################
|
||||
## qcursorhighdpi Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qcursorhighdpi
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qcursorhighdpi.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
extend_target(qcursorhighdpi CONDITION WIN32
|
||||
PUBLIC_LIBRARIES
|
||||
User32
|
||||
)
|
19
tests/manual/qdesktopservices/CMakeLists.txt
Normal file
19
tests/manual/qdesktopservices/CMakeLists.txt
Normal file
@ -0,0 +1,19 @@
|
||||
# Generated from qdesktopservices.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_manual_qdesktopservices Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(tst_manual_qdesktopservices
|
||||
SOURCES
|
||||
tst_qdesktopservices.cpp
|
||||
DEFINES
|
||||
SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\"
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qdesktopservices.pro:<TRUE>:
|
||||
# OTHER_FILES = "test.txt"
|
||||
# TEMPLATE = "app"
|
17
tests/manual/qdesktopwidget/CMakeLists.txt
Normal file
17
tests/manual/qdesktopwidget/CMakeLists.txt
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated from qdesktopwidget.pro.
|
||||
|
||||
#####################################################################
|
||||
## qdesktopwidget Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qdesktopwidget
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qdesktopwidget.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
14
tests/manual/qgraphicsitem/CMakeLists.txt
Normal file
14
tests/manual/qgraphicsitem/CMakeLists.txt
Normal file
@ -0,0 +1,14 @@
|
||||
# Generated from qgraphicsitem.pro.
|
||||
|
||||
#####################################################################
|
||||
## qgraphicsitem Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qgraphicsitem
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
21
tests/manual/qgraphicsitemgroup/CMakeLists.txt
Normal file
21
tests/manual/qgraphicsitemgroup/CMakeLists.txt
Normal file
@ -0,0 +1,21 @@
|
||||
# Generated from qgraphicsitemgroup.pro.
|
||||
|
||||
#####################################################################
|
||||
## qgraphicsitemgroup Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qgraphicsitemgroup
|
||||
GUI
|
||||
SOURCES
|
||||
customitem.cpp customitem.h
|
||||
main.cpp
|
||||
widget.cpp widget.h widget.ui
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
ENABLE_AUTOGEN_TOOLS
|
||||
uic
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qgraphicsitemgroup.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
15
tests/manual/qgraphicslayout/flicker/CMakeLists.txt
Normal file
15
tests/manual/qgraphicslayout/flicker/CMakeLists.txt
Normal file
@ -0,0 +1,15 @@
|
||||
# Generated from flicker.pro.
|
||||
|
||||
#####################################################################
|
||||
## flicker Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(flicker
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
window.cpp window.h
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
16
tests/manual/qhttpnetworkconnection/CMakeLists.txt
Normal file
16
tests/manual/qhttpnetworkconnection/CMakeLists.txt
Normal file
@ -0,0 +1,16 @@
|
||||
# Generated from qhttpnetworkconnection.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_manual_qhttpnetworkconnection Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(tst_manual_qhttpnetworkconnection
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qhttpnetworkconnection.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
14
tests/manual/qimagereader/CMakeLists.txt
Normal file
14
tests/manual/qimagereader/CMakeLists.txt
Normal file
@ -0,0 +1,14 @@
|
||||
# Generated from qimagereader.pro.
|
||||
|
||||
#####################################################################
|
||||
## qimagereader Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qimagereader
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
21
tests/manual/qlayout/CMakeLists.txt
Normal file
21
tests/manual/qlayout/CMakeLists.txt
Normal file
@ -0,0 +1,21 @@
|
||||
# Generated from qlayout.pro.
|
||||
|
||||
#####################################################################
|
||||
## qlayout Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qlayout
|
||||
GUI
|
||||
SOURCES
|
||||
gridwidget.cpp gridwidget.h
|
||||
hbwidget.cpp hbwidget.h
|
||||
main.cpp
|
||||
mainwindow.cpp mainwindow.h
|
||||
vbwidget.cpp vbwidget.h
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qlayout.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
22
tests/manual/qlocale/CMakeLists.txt
Normal file
22
tests/manual/qlocale/CMakeLists.txt
Normal file
@ -0,0 +1,22 @@
|
||||
# Generated from qlocale.pro.
|
||||
|
||||
#####################################################################
|
||||
## qlocale Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qlocale
|
||||
GUI
|
||||
SOURCES
|
||||
calendar.cpp calendar.h
|
||||
currency.cpp currency.h
|
||||
dateformats.cpp dateformats.h
|
||||
info.cpp info.h
|
||||
languages.cpp languages.h
|
||||
main.cpp
|
||||
miscellaneous.cpp miscellaneous.h
|
||||
numberformats.cpp numberformats.h
|
||||
window.cpp window.h
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
@ -1,5 +1,12 @@
|
||||
add_qt_test(tst_qmetatype_expect_fail SOURCES
|
||||
declare_metatype_noninline.h
|
||||
# Generated from qmetatype.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qmetatype_expect_fail Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qmetatype_expect_fail
|
||||
GUI
|
||||
SOURCES
|
||||
declare_metatype_noninline.cpp declare_metatype_noninline.h
|
||||
tst_qmetatype.cpp
|
||||
declare_metatype_noninline.cpp
|
||||
)
|
||||
|
13
tests/manual/qmimedatabase/CMakeLists.txt
Normal file
13
tests/manual/qmimedatabase/CMakeLists.txt
Normal file
@ -0,0 +1,13 @@
|
||||
# Generated from qmimedatabase.pro.
|
||||
|
||||
#####################################################################
|
||||
## qmimedatabase Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qmimedatabase
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qmimedatabase.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
24
tests/manual/qnetconmonitor/CMakeLists.txt
Normal file
24
tests/manual/qnetconmonitor/CMakeLists.txt
Normal file
@ -0,0 +1,24 @@
|
||||
# Generated from qnetconmonitor.pro.
|
||||
|
||||
#####################################################################
|
||||
## qnetconmonitor Binary:
|
||||
#####################################################################
|
||||
|
||||
# special case begin
|
||||
if (NOT QT_FEATURE_private_tests)
|
||||
return()
|
||||
endif()
|
||||
# special case end
|
||||
|
||||
add_qt_manual_test(qnetconmonitor
|
||||
SOURCES
|
||||
tst_qnetconmonitor.cpp
|
||||
LIBRARIES
|
||||
Qt::NetworkPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qnetconmonitor.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
17
tests/manual/qnetworkaccessmanager/qget/CMakeLists.txt
Normal file
17
tests/manual/qnetworkaccessmanager/qget/CMakeLists.txt
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated from qget.pro.
|
||||
|
||||
#####################################################################
|
||||
## qget Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qget
|
||||
SOURCES
|
||||
downloadmanager.cpp
|
||||
qget.cpp qget.h
|
||||
transferitem.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qget.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
16
tests/manual/qnetworkconfiguration/CMakeLists.txt
Normal file
16
tests/manual/qnetworkconfiguration/CMakeLists.txt
Normal file
@ -0,0 +1,16 @@
|
||||
# Generated from qnetworkconfiguration.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_manual_qnetworkconfiguration Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(tst_manual_qnetworkconfiguration
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qnetworkconfiguration.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
16
tests/manual/qnetworkconfigurationmanager/CMakeLists.txt
Normal file
16
tests/manual/qnetworkconfigurationmanager/CMakeLists.txt
Normal file
@ -0,0 +1,16 @@
|
||||
# Generated from qnetworkconfigurationmanager.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_manual_qnetworkconfigurationmanager Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(tst_manual_qnetworkconfigurationmanager
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qnetworkconfigurationmanager.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
25
tests/manual/qnetworkreply/CMakeLists.txt
Normal file
25
tests/manual/qnetworkreply/CMakeLists.txt
Normal file
@ -0,0 +1,25 @@
|
||||
# Generated from qnetworkreply.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_manual_qnetworkreply Binary:
|
||||
#####################################################################
|
||||
|
||||
# special case begin
|
||||
if (NOT QT_FEATURE_private_tests)
|
||||
return()
|
||||
endif()
|
||||
# special case end
|
||||
|
||||
add_qt_manual_test(tst_manual_qnetworkreply
|
||||
SOURCES
|
||||
main.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::NetworkPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qnetworkreply.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
21
tests/manual/qopenglcontext/CMakeLists.txt
Normal file
21
tests/manual/qopenglcontext/CMakeLists.txt
Normal file
@ -0,0 +1,21 @@
|
||||
# Generated from qopenglcontext.pro.
|
||||
|
||||
#####################################################################
|
||||
## qopenglcontext Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qopenglcontext
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
qopenglcontextwindow.cpp qopenglcontextwindow.h
|
||||
LIBRARIES
|
||||
Qt::EglSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::EglSupport
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qopenglcontext.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
21
tests/manual/qopengltextureblitter/CMakeLists.txt
Normal file
21
tests/manual/qopengltextureblitter/CMakeLists.txt
Normal file
@ -0,0 +1,21 @@
|
||||
# Generated from qopengltextureblitter.pro.
|
||||
|
||||
#####################################################################
|
||||
## qopengltextureblitter Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qopengltextureblitter
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
qopengltextureblitwindow.cpp qopengltextureblitwindow.h
|
||||
INCLUDE_DIRECTORIES
|
||||
.
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qopengltextureblitter.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
22
tests/manual/qopenglwidget/openglwidget/CMakeLists.txt
Normal file
22
tests/manual/qopenglwidget/openglwidget/CMakeLists.txt
Normal file
@ -0,0 +1,22 @@
|
||||
# Generated from openglwidget.pro.
|
||||
|
||||
#####################################################################
|
||||
## openglwidget Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(openglwidget
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
openglwidget.cpp openglwidget.h
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::WidgetsPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:openglwidget.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
@ -1,3 +1,16 @@
|
||||
add_qt_test(multiwindow SOURCES
|
||||
# Generated from multiwindow.pro.
|
||||
|
||||
#####################################################################
|
||||
## multiwindow Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(multiwindow
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:multiwindow.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
||||
|
19
tests/manual/qprintdevice_dump/CMakeLists.txt
Normal file
19
tests/manual/qprintdevice_dump/CMakeLists.txt
Normal file
@ -0,0 +1,19 @@
|
||||
# Generated from qprintdevice_dump.pro.
|
||||
|
||||
#####################################################################
|
||||
## qprintdevice_dump Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qprintdevice_dump
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
LIBRARIES
|
||||
Qt::PrintSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::PrintSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qprintdevice_dump.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
18
tests/manual/qscreen/CMakeLists.txt
Normal file
18
tests/manual/qscreen/CMakeLists.txt
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated from qscreen.pro.
|
||||
|
||||
#####################################################################
|
||||
## qscreen Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qscreen
|
||||
SOURCES
|
||||
main.cpp
|
||||
propertyfield.cpp propertyfield.h
|
||||
propertywatcher.cpp propertywatcher.h
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qscreen.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
13
tests/manual/qssloptions/CMakeLists.txt
Normal file
13
tests/manual/qssloptions/CMakeLists.txt
Normal file
@ -0,0 +1,13 @@
|
||||
# Generated from qssloptions.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qssloptions Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(tst_qssloptions
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
Qt::Test
|
||||
)
|
12
tests/manual/qsslsocket/CMakeLists.txt
Normal file
12
tests/manual/qsslsocket/CMakeLists.txt
Normal file
@ -0,0 +1,12 @@
|
||||
# Generated from qsslsocket.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_manual_qsslsocket Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_manual_qsslsocket
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
)
|
10
tests/manual/qstorageinfo/CMakeLists.txt
Normal file
10
tests/manual/qstorageinfo/CMakeLists.txt
Normal file
@ -0,0 +1,10 @@
|
||||
# Generated from qstorageinfo.pro.
|
||||
|
||||
#####################################################################
|
||||
## qstorageinfo Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qstorageinfo
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
13
tests/manual/qsysinfo/CMakeLists.txt
Normal file
13
tests/manual/qsysinfo/CMakeLists.txt
Normal file
@ -0,0 +1,13 @@
|
||||
# Generated from qsysinfo.pro.
|
||||
|
||||
#####################################################################
|
||||
## qsysinfo Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qsysinfo
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qsysinfo.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
17
tests/manual/qt_poll/CMakeLists.txt
Normal file
17
tests/manual/qt_poll/CMakeLists.txt
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated from qt_poll.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qt_poll Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qt_poll
|
||||
SOURCES
|
||||
../../../src/corelib/kernel/qpoll.cpp
|
||||
tst_qt_poll.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../../src/corelib/kernel
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
)
|
20
tests/manual/qtabbar/CMakeLists.txt
Normal file
20
tests/manual/qtabbar/CMakeLists.txt
Normal file
@ -0,0 +1,20 @@
|
||||
# Generated from qtabbar.pro.
|
||||
|
||||
#####################################################################
|
||||
## qtabbar Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qtabbar
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
tabbarform.cpp tabbarform.h tabbarform.ui
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
ENABLE_AUTOGEN_TOOLS
|
||||
uic
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qtabbar.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
5
tests/manual/qtabletevent/CMakeLists.txt
Normal file
5
tests/manual/qtabletevent/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
# Generated from qtabletevent.pro.
|
||||
|
||||
add_subdirectory(device_information)
|
||||
add_subdirectory(event_compression)
|
||||
add_subdirectory(regular_widgets)
|
15
tests/manual/qtabletevent/device_information/CMakeLists.txt
Normal file
15
tests/manual/qtabletevent/device_information/CMakeLists.txt
Normal file
@ -0,0 +1,15 @@
|
||||
# Generated from device_information.pro.
|
||||
|
||||
#####################################################################
|
||||
## device_information Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(device_information
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
tabletwidget.cpp tabletwidget.h
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
15
tests/manual/qtabletevent/event_compression/CMakeLists.txt
Normal file
15
tests/manual/qtabletevent/event_compression/CMakeLists.txt
Normal file
@ -0,0 +1,15 @@
|
||||
# Generated from event_compression.pro.
|
||||
|
||||
#####################################################################
|
||||
## event_compression Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(event_compression
|
||||
SOURCES
|
||||
main.cpp
|
||||
mousestatwidget.cpp mousestatwidget.h
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Test
|
||||
Qt::Widgets
|
||||
)
|
17
tests/manual/qtabletevent/regular_widgets/CMakeLists.txt
Normal file
17
tests/manual/qtabletevent/regular_widgets/CMakeLists.txt
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated from regular_widgets.pro.
|
||||
|
||||
#####################################################################
|
||||
## regular_widgets Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(regular_widgets
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:regular_widgets.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
17
tests/manual/qtbug-52641/CMakeLists.txt
Normal file
17
tests/manual/qtbug-52641/CMakeLists.txt
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated from qtbug-52641.pro.
|
||||
|
||||
#####################################################################
|
||||
## qtbug-52641 Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qtbug-52641
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qtbug-52641.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
20
tests/manual/qtbug-8933/CMakeLists.txt
Normal file
20
tests/manual/qtbug-8933/CMakeLists.txt
Normal file
@ -0,0 +1,20 @@
|
||||
# Generated from qtbug-8933.pro.
|
||||
|
||||
#####################################################################
|
||||
## qtbug-8933 Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qtbug-8933
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
widget.cpp widget.h widget.ui
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
ENABLE_AUTOGEN_TOOLS
|
||||
uic
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qtbug-8933.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
20
tests/manual/qtexteditlist/CMakeLists.txt
Normal file
20
tests/manual/qtexteditlist/CMakeLists.txt
Normal file
@ -0,0 +1,20 @@
|
||||
# Generated from qtexteditlist.pro.
|
||||
|
||||
#####################################################################
|
||||
## qtexteditlist Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qtexteditlist
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
widget.cpp widget.h widget.ui
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
ENABLE_AUTOGEN_TOOLS
|
||||
uic
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qtexteditlist.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
35
tests/manual/qtexttableborders/CMakeLists.txt
Normal file
35
tests/manual/qtexttableborders/CMakeLists.txt
Normal file
@ -0,0 +1,35 @@
|
||||
# Generated from qtexttableborders.pro.
|
||||
|
||||
#####################################################################
|
||||
## qtexttableborders Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qtexttableborders
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
widget.cpp widget.h widget.ui
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::PrintSupport
|
||||
Qt::Widgets
|
||||
ENABLE_AUTOGEN_TOOLS
|
||||
uic
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set(resources_resource_files
|
||||
"table-border-test-header.html"
|
||||
"table-border-test.html"
|
||||
)
|
||||
|
||||
add_qt_resource(qtexttableborders "resources"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${resources_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qtexttableborders.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
18
tests/manual/qtouchevent/CMakeLists.txt
Normal file
18
tests/manual/qtouchevent/CMakeLists.txt
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated from qtouchevent.pro.
|
||||
|
||||
#####################################################################
|
||||
## qtouchevent Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qtouchevent
|
||||
SOURCES
|
||||
form.ui
|
||||
main.cpp
|
||||
touchwidget.cpp touchwidget.h
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Test
|
||||
Qt::Widgets
|
||||
ENABLE_AUTOGEN_TOOLS
|
||||
uic
|
||||
)
|
18
tests/manual/qvulkaninstance/CMakeLists.txt
Normal file
18
tests/manual/qvulkaninstance/CMakeLists.txt
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated from qvulkaninstance.pro.
|
||||
|
||||
#####################################################################
|
||||
## qvulkaninstance Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qvulkaninstance
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qvulkaninstance.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
14
tests/manual/qwidget_zorder/CMakeLists.txt
Normal file
14
tests/manual/qwidget_zorder/CMakeLists.txt
Normal file
@ -0,0 +1,14 @@
|
||||
# Generated from qwidget_zorder.pro.
|
||||
|
||||
#####################################################################
|
||||
## qwidget_zorder Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qwidget_zorder
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
9
tests/manual/repaint/CMakeLists.txt
Normal file
9
tests/manual/repaint/CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
||||
# Generated from repaint.pro.
|
||||
|
||||
add_subdirectory(mainwindow)
|
||||
add_subdirectory(scrollarea)
|
||||
add_subdirectory(splitter)
|
||||
add_subdirectory(tableview)
|
||||
add_subdirectory(task141091)
|
||||
add_subdirectory(toplevel)
|
||||
add_subdirectory(widget)
|
15
tests/manual/repaint/mainwindow/CMakeLists.txt
Normal file
15
tests/manual/repaint/mainwindow/CMakeLists.txt
Normal file
@ -0,0 +1,15 @@
|
||||
# Generated from mainwindow.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_manual_mainwindow Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(tst_manual_mainwindow
|
||||
GUI
|
||||
SOURCES
|
||||
../shared/shared.h
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
15
tests/manual/repaint/scrollarea/CMakeLists.txt
Normal file
15
tests/manual/repaint/scrollarea/CMakeLists.txt
Normal file
@ -0,0 +1,15 @@
|
||||
# Generated from scrollarea.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_manual_scrollarea Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(tst_manual_scrollarea
|
||||
GUI
|
||||
SOURCES
|
||||
../shared/shared.h
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
15
tests/manual/repaint/splitter/CMakeLists.txt
Normal file
15
tests/manual/repaint/splitter/CMakeLists.txt
Normal file
@ -0,0 +1,15 @@
|
||||
# Generated from splitter.pro.
|
||||
|
||||
#####################################################################
|
||||
## splitter Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(splitter
|
||||
GUI
|
||||
SOURCES
|
||||
../shared/shared.h
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
15
tests/manual/repaint/tableview/CMakeLists.txt
Normal file
15
tests/manual/repaint/tableview/CMakeLists.txt
Normal file
@ -0,0 +1,15 @@
|
||||
# Generated from tableview.pro.
|
||||
|
||||
#####################################################################
|
||||
## tableview Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(tableview
|
||||
GUI
|
||||
SOURCES
|
||||
../shared/shared.h
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
13
tests/manual/repaint/task141091/CMakeLists.txt
Normal file
13
tests/manual/repaint/task141091/CMakeLists.txt
Normal file
@ -0,0 +1,13 @@
|
||||
# Generated from task141091.pro.
|
||||
|
||||
#####################################################################
|
||||
## task141091 Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(task141091
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
14
tests/manual/repaint/toplevel/CMakeLists.txt
Normal file
14
tests/manual/repaint/toplevel/CMakeLists.txt
Normal file
@ -0,0 +1,14 @@
|
||||
# Generated from toplevel.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_manual_toplevel Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(tst_manual_toplevel
|
||||
SOURCES
|
||||
../shared/shared.h
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
15
tests/manual/repaint/widget/CMakeLists.txt
Normal file
15
tests/manual/repaint/widget/CMakeLists.txt
Normal file
@ -0,0 +1,15 @@
|
||||
# Generated from widget.pro.
|
||||
|
||||
#####################################################################
|
||||
## widget Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(widget
|
||||
GUI
|
||||
SOURCES
|
||||
../shared/shared.h
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
23
tests/manual/rhi/CMakeLists.txt
Normal file
23
tests/manual/rhi/CMakeLists.txt
Normal file
@ -0,0 +1,23 @@
|
||||
# Generated from rhi.pro.
|
||||
|
||||
add_subdirectory(hellominimalcrossgfxtriangle)
|
||||
add_subdirectory(compressedtexture_bc1)
|
||||
add_subdirectory(compressedtexture_bc1_subupload)
|
||||
add_subdirectory(texuploads)
|
||||
add_subdirectory(msaatexture)
|
||||
add_subdirectory(msaarenderbuffer)
|
||||
add_subdirectory(cubemap)
|
||||
add_subdirectory(cubemap_scissor)
|
||||
add_subdirectory(multiwindow)
|
||||
add_subdirectory(multiwindow_threaded)
|
||||
add_subdirectory(triquadcube)
|
||||
add_subdirectory(offscreen)
|
||||
add_subdirectory(floattexture)
|
||||
add_subdirectory(mrt)
|
||||
add_subdirectory(shadowmap)
|
||||
add_subdirectory(computebuffer)
|
||||
add_subdirectory(computeimage)
|
||||
add_subdirectory(instancing)
|
||||
if(QT_FEATURE_widgets)
|
||||
add_subdirectory(qrhiprof)
|
||||
endif()
|
42
tests/manual/rhi/compressedtexture_bc1/CMakeLists.txt
Normal file
42
tests/manual/rhi/compressedtexture_bc1/CMakeLists.txt
Normal file
@ -0,0 +1,42 @@
|
||||
# Generated from compressedtexture_bc1.pro.
|
||||
|
||||
#####################################################################
|
||||
## compressedtexture_bc1 Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(compressedtexture_bc1
|
||||
GUI
|
||||
SOURCES
|
||||
compressedtexture_bc1.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set_source_files_properties("../shared/qt256_bc1_9mips.dds"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "qt256_bc1_9mips.dds"
|
||||
)
|
||||
set_source_files_properties("../shared/texture.frag.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.frag.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/texture.vert.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.vert.qsb"
|
||||
)
|
||||
set(compressedtexture_bc1_resource_files
|
||||
"../shared/qt256_bc1_9mips.dds"
|
||||
"../shared/texture.frag.qsb"
|
||||
"../shared/texture.vert.qsb"
|
||||
)
|
||||
|
||||
add_qt_resource(compressedtexture_bc1 "compressedtexture_bc1"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${compressedtexture_bc1_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:compressedtexture_bc1.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
@ -0,0 +1,46 @@
|
||||
# Generated from compressedtexture_bc1_subupload.pro.
|
||||
|
||||
#####################################################################
|
||||
## compressedtexture_bc1_subupload Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(compressedtexture_bc1_subupload
|
||||
GUI
|
||||
SOURCES
|
||||
compressedtexture_bc1_subupload.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set_source_files_properties("../shared/bwqt224_64_nomips.dds"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "bwqt224_64_nomips.dds"
|
||||
)
|
||||
set_source_files_properties("../shared/qt256_bc1_9mips.dds"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "qt256_bc1_9mips.dds"
|
||||
)
|
||||
set_source_files_properties("../shared/texture.frag.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.frag.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/texture.vert.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.vert.qsb"
|
||||
)
|
||||
set(compressedtexture_bc1_subupload_resource_files
|
||||
"../shared/bwqt224_64_nomips.dds"
|
||||
"../shared/qt256_bc1_9mips.dds"
|
||||
"../shared/texture.frag.qsb"
|
||||
"../shared/texture.vert.qsb"
|
||||
)
|
||||
|
||||
add_qt_resource(compressedtexture_bc1_subupload "compressedtexture_bc1_subupload"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${compressedtexture_bc1_subupload_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:compressedtexture_bc1_subupload.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
33
tests/manual/rhi/computebuffer/CMakeLists.txt
Normal file
33
tests/manual/rhi/computebuffer/CMakeLists.txt
Normal file
@ -0,0 +1,33 @@
|
||||
# Generated from computebuffer.pro.
|
||||
|
||||
#####################################################################
|
||||
## computebuffer Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(computebuffer
|
||||
GUI
|
||||
SOURCES
|
||||
computebuffer.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set(computebuffer_resource_files
|
||||
"buffer.comp.qsb"
|
||||
"main.frag.qsb"
|
||||
"main.vert.qsb"
|
||||
)
|
||||
|
||||
add_qt_resource(computebuffer "computebuffer"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${computebuffer_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:computebuffer.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
43
tests/manual/rhi/computeimage/CMakeLists.txt
Normal file
43
tests/manual/rhi/computeimage/CMakeLists.txt
Normal file
@ -0,0 +1,43 @@
|
||||
# Generated from computeimage.pro.
|
||||
|
||||
#####################################################################
|
||||
## computeimage Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(computeimage
|
||||
GUI
|
||||
SOURCES
|
||||
computeimage.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set_source_files_properties("../shared/qt256.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "qt256.png"
|
||||
)
|
||||
set_source_files_properties("../shared/texture.frag.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.frag.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/texture.vert.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.vert.qsb"
|
||||
)
|
||||
set(computeimage_resource_files
|
||||
"../shared/qt256.png"
|
||||
"../shared/texture.frag.qsb"
|
||||
"../shared/texture.vert.qsb"
|
||||
"image.comp.qsb"
|
||||
)
|
||||
|
||||
add_qt_resource(computeimage "computeimage"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${computeimage_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:computeimage.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
33
tests/manual/rhi/cubemap/CMakeLists.txt
Normal file
33
tests/manual/rhi/cubemap/CMakeLists.txt
Normal file
@ -0,0 +1,33 @@
|
||||
# Generated from cubemap.pro.
|
||||
|
||||
#####################################################################
|
||||
## cubemap Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(cubemap
|
||||
GUI
|
||||
SOURCES
|
||||
cubemap.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set(cubemap_resource_files
|
||||
"c.png"
|
||||
"cubemap.frag.qsb"
|
||||
"cubemap.vert.qsb"
|
||||
)
|
||||
|
||||
add_qt_resource(cubemap "cubemap"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${cubemap_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:cubemap.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
42
tests/manual/rhi/cubemap_scissor/CMakeLists.txt
Normal file
42
tests/manual/rhi/cubemap_scissor/CMakeLists.txt
Normal file
@ -0,0 +1,42 @@
|
||||
# Generated from cubemap_scissor.pro.
|
||||
|
||||
#####################################################################
|
||||
## cubemap_scissor Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(cubemap_scissor
|
||||
GUI
|
||||
SOURCES
|
||||
cubemap_scissor.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set_source_files_properties("../cubemap/c.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "c.png"
|
||||
)
|
||||
set_source_files_properties("../cubemap/cubemap.frag.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "cubemap.frag.qsb"
|
||||
)
|
||||
set_source_files_properties("../cubemap/cubemap.vert.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "cubemap.vert.qsb"
|
||||
)
|
||||
set(cubemap_scissor_resource_files
|
||||
"../cubemap/c.png"
|
||||
"../cubemap/cubemap.frag.qsb"
|
||||
"../cubemap/cubemap.vert.qsb"
|
||||
)
|
||||
|
||||
add_qt_resource(cubemap_scissor "cubemap_scissor"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${cubemap_scissor_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:cubemap_scissor.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
42
tests/manual/rhi/floattexture/CMakeLists.txt
Normal file
42
tests/manual/rhi/floattexture/CMakeLists.txt
Normal file
@ -0,0 +1,42 @@
|
||||
# Generated from floattexture.pro.
|
||||
|
||||
#####################################################################
|
||||
## floattexture Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(floattexture
|
||||
GUI
|
||||
SOURCES
|
||||
floattexture.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set_source_files_properties("../shared/OpenfootageNET_fieldairport-512.hdr"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "OpenfootageNET_fieldairport-512.hdr"
|
||||
)
|
||||
set_source_files_properties("../shared/texture.frag.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.frag.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/texture.vert.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.vert.qsb"
|
||||
)
|
||||
set(floattexture_resource_files
|
||||
"../shared/OpenfootageNET_fieldairport-512.hdr"
|
||||
"../shared/texture.frag.qsb"
|
||||
"../shared/texture.vert.qsb"
|
||||
)
|
||||
|
||||
add_qt_resource(floattexture "floattexture"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${floattexture_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:floattexture.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
38
tests/manual/rhi/hellominimalcrossgfxtriangle/CMakeLists.txt
Normal file
38
tests/manual/rhi/hellominimalcrossgfxtriangle/CMakeLists.txt
Normal file
@ -0,0 +1,38 @@
|
||||
# Generated from hellominimalcrossgfxtriangle.pro.
|
||||
|
||||
#####################################################################
|
||||
## hellominimalcrossgfxtriangle Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(hellominimalcrossgfxtriangle
|
||||
GUI
|
||||
SOURCES
|
||||
hellominimalcrossgfxtriangle.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set_source_files_properties("../shared/color.frag.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "color.frag.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/color.vert.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "color.vert.qsb"
|
||||
)
|
||||
set(hellominimalcrossgfxtriangle_resource_files
|
||||
"../shared/color.frag.qsb"
|
||||
"../shared/color.vert.qsb"
|
||||
)
|
||||
|
||||
add_qt_resource(hellominimalcrossgfxtriangle "hellominimalcrossgfxtriangle"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${hellominimalcrossgfxtriangle_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:hellominimalcrossgfxtriangle.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
32
tests/manual/rhi/instancing/CMakeLists.txt
Normal file
32
tests/manual/rhi/instancing/CMakeLists.txt
Normal file
@ -0,0 +1,32 @@
|
||||
# Generated from instancing.pro.
|
||||
|
||||
#####################################################################
|
||||
## instancing Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(instancing
|
||||
GUI
|
||||
SOURCES
|
||||
instancing.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set(instancing_resource_files
|
||||
"inst.frag.qsb"
|
||||
"inst.vert.qsb"
|
||||
)
|
||||
|
||||
add_qt_resource(instancing "instancing"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${instancing_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:instancing.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
40
tests/manual/rhi/mrt/CMakeLists.txt
Normal file
40
tests/manual/rhi/mrt/CMakeLists.txt
Normal file
@ -0,0 +1,40 @@
|
||||
# Generated from mrt.pro.
|
||||
|
||||
#####################################################################
|
||||
## mrt Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(mrt
|
||||
GUI
|
||||
SOURCES
|
||||
mrt.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set_source_files_properties("../shared/texture.frag.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.frag.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/texture.vert.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.vert.qsb"
|
||||
)
|
||||
set(mrt_resource_files
|
||||
"../shared/texture.frag.qsb"
|
||||
"../shared/texture.vert.qsb"
|
||||
"mrt.frag.qsb"
|
||||
"mrt.vert.qsb"
|
||||
)
|
||||
|
||||
add_qt_resource(mrt "mrt"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${mrt_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:mrt.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
46
tests/manual/rhi/msaarenderbuffer/CMakeLists.txt
Normal file
46
tests/manual/rhi/msaarenderbuffer/CMakeLists.txt
Normal file
@ -0,0 +1,46 @@
|
||||
# Generated from msaarenderbuffer.pro.
|
||||
|
||||
#####################################################################
|
||||
## msaarenderbuffer Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(msaarenderbuffer
|
||||
GUI
|
||||
SOURCES
|
||||
msaarenderbuffer.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set_source_files_properties("../shared/color.frag.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "color.frag.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/color.vert.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "color.vert.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/texture.frag.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.frag.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/texture.vert.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.vert.qsb"
|
||||
)
|
||||
set(msaarenderbuffer_resource_files
|
||||
"../shared/color.frag.qsb"
|
||||
"../shared/color.vert.qsb"
|
||||
"../shared/texture.frag.qsb"
|
||||
"../shared/texture.vert.qsb"
|
||||
)
|
||||
|
||||
add_qt_resource(msaarenderbuffer "msaarenderbuffer"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${msaarenderbuffer_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:msaarenderbuffer.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
50
tests/manual/rhi/msaatexture/CMakeLists.txt
Normal file
50
tests/manual/rhi/msaatexture/CMakeLists.txt
Normal file
@ -0,0 +1,50 @@
|
||||
# Generated from msaatexture.pro.
|
||||
|
||||
#####################################################################
|
||||
## msaatexture Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(msaatexture
|
||||
GUI
|
||||
SOURCES
|
||||
msaatexture.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set_source_files_properties("../shared/color.frag.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "color.frag.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/color.vert.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "color.vert.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/texture.frag.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.frag.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/texture.vert.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.vert.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/texture_ms4.frag.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture_ms4.frag.qsb"
|
||||
)
|
||||
set(msaatexture_resource_files
|
||||
"../shared/color.frag.qsb"
|
||||
"../shared/color.vert.qsb"
|
||||
"../shared/texture.frag.qsb"
|
||||
"../shared/texture.vert.qsb"
|
||||
"../shared/texture_ms4.frag.qsb"
|
||||
)
|
||||
|
||||
add_qt_resource(msaatexture "msaatexture"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${msaatexture_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:msaatexture.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
39
tests/manual/rhi/multiwindow/CMakeLists.txt
Normal file
39
tests/manual/rhi/multiwindow/CMakeLists.txt
Normal file
@ -0,0 +1,39 @@
|
||||
# Generated from multiwindow.pro.
|
||||
|
||||
#####################################################################
|
||||
## multiwindow Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(multiwindow
|
||||
GUI
|
||||
SOURCES
|
||||
multiwindow.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set_source_files_properties("../shared/color.frag.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "color.frag.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/color.vert.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "color.vert.qsb"
|
||||
)
|
||||
set(multiwindow_resource_files
|
||||
"../shared/color.frag.qsb"
|
||||
"../shared/color.vert.qsb"
|
||||
)
|
||||
|
||||
add_qt_resource(multiwindow "multiwindow"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${multiwindow_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:multiwindow.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
44
tests/manual/rhi/multiwindow_threaded/CMakeLists.txt
Normal file
44
tests/manual/rhi/multiwindow_threaded/CMakeLists.txt
Normal file
@ -0,0 +1,44 @@
|
||||
# Generated from multiwindow_threaded.pro.
|
||||
|
||||
#####################################################################
|
||||
## multiwindow_threaded Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(multiwindow_threaded
|
||||
GUI
|
||||
SOURCES
|
||||
multiwindow_threaded.cpp
|
||||
window.cpp window.h
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set_source_files_properties("../shared/qt256.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "qt256.png"
|
||||
)
|
||||
set_source_files_properties("../shared/texture.frag.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.frag.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/texture.vert.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.vert.qsb"
|
||||
)
|
||||
set(multiwindow_threaded_resource_files
|
||||
"../shared/qt256.png"
|
||||
"../shared/texture.frag.qsb"
|
||||
"../shared/texture.vert.qsb"
|
||||
)
|
||||
|
||||
add_qt_resource(multiwindow_threaded "multiwindow_threaded"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${multiwindow_threaded_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:multiwindow_threaded.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
37
tests/manual/rhi/offscreen/CMakeLists.txt
Normal file
37
tests/manual/rhi/offscreen/CMakeLists.txt
Normal file
@ -0,0 +1,37 @@
|
||||
# Generated from offscreen.pro.
|
||||
|
||||
#####################################################################
|
||||
## offscreen Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(offscreen
|
||||
SOURCES
|
||||
offscreen.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set_source_files_properties("../shared/color.frag.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "color.frag.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/color.vert.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "color.vert.qsb"
|
||||
)
|
||||
set(offscreen_resource_files
|
||||
"../shared/color.frag.qsb"
|
||||
"../shared/color.vert.qsb"
|
||||
)
|
||||
|
||||
add_qt_resource(offscreen "offscreen"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${offscreen_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:offscreen.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
20
tests/manual/rhi/qrhiprof/CMakeLists.txt
Normal file
20
tests/manual/rhi/qrhiprof/CMakeLists.txt
Normal file
@ -0,0 +1,20 @@
|
||||
# Generated from qrhiprof.pro.
|
||||
|
||||
#####################################################################
|
||||
## qrhiprof Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(qrhiprof
|
||||
GUI
|
||||
SOURCES
|
||||
qrhiprof.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Network
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qrhiprof.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
34
tests/manual/rhi/shadowmap/CMakeLists.txt
Normal file
34
tests/manual/rhi/shadowmap/CMakeLists.txt
Normal file
@ -0,0 +1,34 @@
|
||||
# Generated from shadowmap.pro.
|
||||
|
||||
#####################################################################
|
||||
## shadowmap Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(shadowmap
|
||||
GUI
|
||||
SOURCES
|
||||
shadowmap.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set(shadowmap_resource_files
|
||||
"main.frag.qsb"
|
||||
"main.vert.qsb"
|
||||
"shadowmap.frag.qsb"
|
||||
"shadowmap.vert.qsb"
|
||||
)
|
||||
|
||||
add_qt_resource(shadowmap "shadowmap"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${shadowmap_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:shadowmap.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
42
tests/manual/rhi/texuploads/CMakeLists.txt
Normal file
42
tests/manual/rhi/texuploads/CMakeLists.txt
Normal file
@ -0,0 +1,42 @@
|
||||
# Generated from texuploads.pro.
|
||||
|
||||
#####################################################################
|
||||
## texuploads Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(texuploads
|
||||
GUI
|
||||
SOURCES
|
||||
texuploads.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set_source_files_properties("../shared/qt256.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "qt256.png"
|
||||
)
|
||||
set_source_files_properties("../shared/texture.frag.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.frag.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/texture.vert.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.vert.qsb"
|
||||
)
|
||||
set(texuploads_resource_files
|
||||
"../shared/qt256.png"
|
||||
"../shared/texture.frag.qsb"
|
||||
"../shared/texture.vert.qsb"
|
||||
)
|
||||
|
||||
add_qt_resource(texuploads "texuploads"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${texuploads_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:texuploads.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
54
tests/manual/rhi/triquadcube/CMakeLists.txt
Normal file
54
tests/manual/rhi/triquadcube/CMakeLists.txt
Normal file
@ -0,0 +1,54 @@
|
||||
# Generated from triquadcube.pro.
|
||||
|
||||
#####################################################################
|
||||
## triquadcube Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_manual_test(triquadcube
|
||||
GUI
|
||||
SOURCES
|
||||
quadrenderer.cpp quadrenderer.h
|
||||
texturedcuberenderer.cpp texturedcuberenderer.h
|
||||
triangleoncuberenderer.cpp triangleoncuberenderer.h
|
||||
trianglerenderer.cpp trianglerenderer.h
|
||||
triquadcube.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set_source_files_properties("../shared/color.frag.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "color.frag.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/color.vert.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "color.vert.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/qt256.png"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "qt256.png"
|
||||
)
|
||||
set_source_files_properties("../shared/texture.frag.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.frag.qsb"
|
||||
)
|
||||
set_source_files_properties("../shared/texture.vert.qsb"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "texture.vert.qsb"
|
||||
)
|
||||
set(triquadcube_resource_files
|
||||
"../shared/color.frag.qsb"
|
||||
"../shared/color.vert.qsb"
|
||||
"../shared/qt256.png"
|
||||
"../shared/texture.frag.qsb"
|
||||
"../shared/texture.vert.qsb"
|
||||
)
|
||||
|
||||
add_qt_resource(triquadcube "triquadcube"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${triquadcube_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:triquadcube.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user