qt5base-lts/tests/manual/xembed/gtk-container/CMakeLists.txt
Liang Qi aef55501bc tests: replace gtk-embedder.py with a gtk3 app
All linux CI machines have gtk3 installed. And Python GTK things
are too complicate to setup.

Pick-to: 6.4 6.3 6.2 5.15
Change-Id: I3c0d967f61aebea508784df79569b9d0064f66e2
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2022-08-06 01:24:41 +02:00

28 lines
680 B
CMake

# Generated from gtk-container.pro.
qt_find_package(GTK3) # special case
qt_find_package(X11) # special case
#####################################################################
## gtk-container Binary:
#####################################################################
qt_internal_add_manual_test(gtk-container
GUI
SOURCES
gtk-container.cpp
DEFINES
GDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_6
LIBRARIES # special case
PkgConfig::GTK3
Qt::Core
Qt::CorePrivate
Qt::Gui
Qt::GuiPrivate
X11::X11 # special case
)
#### Keys ignored in scope 1:.:.:qt-client-widget.pro:<TRUE>:
# TEMPLATE = "app"