Warning, /graphics/krita/plugins/extensions/dbexplorer/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(kritadbexplorer_SOURCES
0002     DbExplorer.cpp
0003     DlgDbExplorer.cpp
0004     TableModel.cpp
0005 )
0006 
0007 ki18n_wrap_ui(kritadbexplorer_SOURCES WdgDbExplorer.ui )
0008 
0009 kis_add_library(kritadbexplorer MODULE ${kritadbexplorer_SOURCES})
0010 
0011 target_link_libraries(kritadbexplorer
0012     PRIVATE
0013         kritaresources
0014         kritaresourcewidgets
0015         kritaui
0016         Qt5::Core
0017         Qt5::Widgets
0018         Qt5::Sql
0019 )
0020 install(TARGETS kritadbexplorer DESTINATION ${KRITA_PLUGIN_INSTALL_DIR})
0021 install(FILES dbexplorer.xmlgui DESTINATION ${DATA_INSTALL_DIR}/kritaplugins)
0022 install(FILES dbexplorer.action DESTINATION ${DATA_INSTALL_DIR}/krita/actions)