18 lines
469 B
CMake
18 lines
469 B
CMake
# Generated from compiler.pro.
|
|
|
|
#####################################################################
|
|
## tst_compiler Test:
|
|
#####################################################################
|
|
|
|
add_qt_test(tst_compiler
|
|
EXCEPTIONS # special case
|
|
SOURCES
|
|
baseclass.cpp baseclass.h
|
|
derivedclass.cpp derivedclass.h
|
|
othersource.cpp
|
|
tst_compiler.cpp
|
|
)
|
|
|
|
## Scopes:
|
|
#####################################################################
|