forked from qt-creator/qt-creator
6 lines
87 B
CMake
6 lines
87 B
CMake
|
|
add_qtc_test(tst_examples
|
||
|
|
DEPENDS Utils Core QtSupport
|
||
|
|
SOURCES tst_examples.cpp
|
||
|
|
)
|
||
|
|
|