forked from qt-creator/qt-creator
12 lines
203 B
CMake
12 lines
203 B
CMake
|
|
add_qtc_test(tst_manual_qtcprocess
|
||
|
|
MANUALTEST
|
||
|
|
DEPENDS Utils
|
||
|
|
SOURCES
|
||
|
|
main.cpp
|
||
|
|
mainwindow.cpp mainwindow.h
|
||
|
|
)
|
||
|
|
|
||
|
|
set_target_properties(tst_manual_qtcprocess PROPERTIES
|
||
|
|
OUTPUT_NAME "process"
|
||
|
|
)
|