summaryrefslogtreecommitdiffstats
path: root/tests/auto/qwidget_window/qwidget_window.pro
blob: dd5837012c0c61e070620ddc86379fd43197fd8c (plain)
1
2
3
4
5
6
7
8
load(qttest_p4)
QT += widgets
SOURCES  += tst_qwidget_window.cpp

x11 {
    LIBS += $$QMAKE_LIBS_X11
}