64c6c943c7
Change-Id: I7a8a3fd0a844a518592957fe07c6e707dd452d5f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
29 lines
735 B
CMake
29 lines
735 B
CMake
# Generated from drilldown.pro.
|
|
|
|
#####################################################################
|
|
## drilldown Binary:
|
|
#####################################################################
|
|
|
|
add_qt_executable(drilldown
|
|
GUI
|
|
OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/sql/drilldown"
|
|
INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/sql/drilldown"
|
|
SOURCES
|
|
../connection.h
|
|
imageitem.cpp imageitem.h
|
|
informationwindow.cpp informationwindow.h
|
|
main.cpp
|
|
view.cpp view.h
|
|
LIBRARIES
|
|
Qt::Sql
|
|
Qt::Widgets
|
|
)
|
|
|
|
# Resources:
|
|
add_qt_resource(drilldown "drilldown" PREFIX "/" FILES
|
|
images/qt-creator.png
|
|
images/qt-logo.png
|
|
images/qt-project.png
|
|
images/qt-quick.png)
|
|
|