qt5base-lts/examples/widgets/itemviews/storageview/CMakeLists.txt
Tobias Hunger aa50b377a7 CMake: Add widgets examples
Change-Id: Ib6142b93df066e3658eb189b50ca74c455fe7e56
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2019-03-26 15:25:39 +00:00

21 lines
586 B
CMake

# Generated from storageview.pro.
#####################################################################
## storageview Binary:
#####################################################################
add_qt_executable(storageview
GUI
OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/itemviews/storageview"
INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/itemviews/storageview"
SOURCES
main.cpp
storagemodel.cpp storagemodel.h
LIBRARIES
Qt::Gui
Qt::Widgets
)
#### Keys ignored in scope 1:.:storageview.pro:<NONE>:
# TEMPLATE = "app"