summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qcommandlineparser/CMakeLists.txt
blob: f25766164a16b4f6bb4e49bbcb77899057b1a955 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#####################################################################
## tst_qcommandlineparser Test:
#####################################################################

qt_internal_add_test(tst_qcommandlineparser
    SOURCES
        tst_qcommandlineparser.cpp
)
add_subdirectory(testhelper)
if(QT_FEATURE_process AND NOT ANDROID)
    add_dependencies(tst_qcommandlineparser qcommandlineparser_test_helper)
endif()