summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qinputdialog/CMakeLists.txt
blob: b9d9ef04a10e7b635ec7ce837738d1810d25fc08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Generated from qinputdialog.pro.

#####################################################################
## tst_qinputdialog Test:
#####################################################################

add_qt_test(tst_qinputdialog
    SOURCES
        tst_qinputdialog.cpp
    LIBRARIES
        Qt::WidgetsPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Widgets
)