diff options
Diffstat (limited to 'tests/auto/qx11info/qx11info.pro')
-rw-r--r-- | tests/auto/qx11info/qx11info.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qx11info/qx11info.pro b/tests/auto/qx11info/qx11info.pro index 3782644930..5533660e87 100644 --- a/tests/auto/qx11info/qx11info.pro +++ b/tests/auto/qx11info/qx11info.pro @@ -1,4 +1,5 @@ CONFIG += testcase + TARGET = tst_qx11info -QT += widgets testlib +QT += testlib SOURCES += tst_qx11info.cpp |