summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qwidget_window/qwidget_window.pro
blob: d61681d5cb8d091f1f26c61360a2cad0f7b405f4 (plain)
1
2
3
4
5
6
7
8
9
10
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qwidget_window
QT += widgets testlib core-private gui-private
SOURCES  += tst_qwidget_window.cpp

x11 {
    LIBS += $$QMAKE_LIBS_X11
}