aa50b377a7
Change-Id: Ib6142b93df066e3658eb189b50ca74c455fe7e56 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
27 lines
678 B
CMake
27 lines
678 B
CMake
# Generated from application.pro.
|
|
|
|
#####################################################################
|
|
## application Binary:
|
|
#####################################################################
|
|
|
|
add_qt_executable(application
|
|
GUI
|
|
OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/mainwindows/application"
|
|
INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/mainwindows/application"
|
|
SOURCES
|
|
main.cpp
|
|
mainwindow.cpp mainwindow.h
|
|
LIBRARIES
|
|
Qt::Widgets
|
|
)
|
|
|
|
# Resources:
|
|
add_qt_resource(application "application" FILES
|
|
images/copy.png
|
|
images/cut.png
|
|
images/new.png
|
|
images/open.png
|
|
images/paste.png
|
|
images/save.png)
|
|
|