64c6c943c7
Change-Id: I7a8a3fd0a844a518592957fe07c6e707dd452d5f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
30 lines
888 B
CMake
30 lines
888 B
CMake
# Generated from sqlbrowser.pro.
|
|
|
|
#####################################################################
|
|
## sqlbrowser Binary:
|
|
#####################################################################
|
|
|
|
add_qt_executable(sqlbrowser
|
|
GUI
|
|
OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/sql/sqlbrowser"
|
|
INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/sql/sqlbrowser"
|
|
SOURCES
|
|
browser.cpp browser.h
|
|
browserwidget.ui
|
|
connectionwidget.cpp connectionwidget.h
|
|
main.cpp
|
|
qsqlconnectiondialog.cpp qsqlconnectiondialog.h qsqlconnectiondialog.ui
|
|
LIBRARIES
|
|
Qt::Sql
|
|
Qt::Widgets
|
|
)
|
|
|
|
#### Keys ignored in scope 1:.:sqlbrowser.pro:<NONE>:
|
|
# TEMPLATE = "app"
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
#### Keys ignored in scope 2:.:sqlbrowser.pro:build_all AND NOT build_pass:
|
|
# CONFIG = "-build_all" "release"
|