qt6-bb10/tests/auto/widgets/kernel/qwidget_window/qwidget_window.pro

10 lines
143 B
Prolog

CONFIG += testcase
TARGET = tst_qwidget_window
QT += widgets testlib
SOURCES += tst_qwidget_window.cpp
x11 {
LIBS += $$QMAKE_LIBS_X11
}