qtbase/examples/qtestlib/tutorial2/CMakeLists.txt

17 lines
451 B
CMake
Raw Normal View History

# Generated from tutorial2.pro.
#####################################################################
## tutorial2 Binary:
#####################################################################
add_qt_executable(tutorial2
GUI
OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/qtestlib/tutorial2"
INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/qtestlib/tutorial2"
SOURCES
testqstring.cpp
LIBRARIES
Qt::Widgets
Qt::Test
)