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

x11 {
    LIBS += $$QMAKE_LIBS_X11
}