qtbase/examples/qtestlib/tutorial1/CMakeLists.txt

17 lines
451 B
CMake
Raw Normal View History

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