qt6-bb10/examples/widgets/richtext/orderform/CMakeLists.txt

26 lines
703 B
CMake

# Generated from orderform.pro.
#####################################################################
## orderform Binary:
#####################################################################
add_qt_executable(orderform
GUI
OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/richtext/orderform"
INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/richtext/orderform"
SOURCES
detailsdialog.cpp detailsdialog.h
main.cpp
mainwindow.cpp mainwindow.h
LIBRARIES
Qt::Widgets
)
## Scopes:
#####################################################################
extend_target(orderform CONDITION TARGET Qt::PrintSupport
LIBRARIES
Qt::PrintSupport
)