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

x11 {
    LIBS += $$QMAKE_LIBS_X11
}