cmake: Build qcommandlineparser/testhelper
Change-Id: I1042e85575b39df18bcaaff7b57acc15d8552e6d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>bb10
parent
067d5dc027
commit
867956a843
|
|
@ -1 +1,3 @@
|
|||
add_subdirectory(testhelper)
|
||||
|
||||
add_qt_test(tst_qcommandlineparser SOURCES tst_qcommandlineparser.cpp)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,20 @@
|
|||
# Generated from qcommandlineparser_test_helper.pro.
|
||||
|
||||
#####################################################################
|
||||
## qcommandlineparser_test_helper Binary:
|
||||
#####################################################################
|
||||
|
||||
# special case
|
||||
add_qt_test_helper(qcommandlineparser_test_helper
|
||||
SOURCES
|
||||
qcommandlineparser_test_helper.cpp
|
||||
)
|
||||
|
||||
# special case
|
||||
set_target_properties(qcommandlineparser_test_helper PROPERTIES
|
||||
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:tests/auto/corelib/tools/qcommandlineparser/testhelper:tests/auto/corelib/tools/qcommandlineparser/testhelper/qcommandlineparser_test_helper.pro:<NONE>:
|
||||
# CONFIG = "console" "-app_bundle"
|
||||
# DESTDIR = "./"
|
||||
Loading…
Reference in New Issue