forked from qt-creator/qt-creator
7 lines
102 B
CMake
7 lines
102 B
CMake
|
|
add_qtc_test(tst_filesearch
|
||
|
|
DEPENDS Utils
|
||
|
|
SOURCES
|
||
|
|
tst_filesearch.cpp
|
||
|
|
tst_filesearch.qrc
|
||
|
|
)
|