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

x11 {
    LIBS += $$QMAKE_LIBS_X11
}

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0