Added OTHER_FILES for install.sql

This commit is contained in:
Daniel Brunner
2018-10-14 12:10:51 +02:00
parent e8ed1ea246
commit ca75e3c439

View File

@@ -9,6 +9,10 @@ set(SOURCES
mymodel.cpp
)
add_executable(databasetree ${HEADERS} ${SOURCES})
set(OTHER_FILES
install.sql
)
add_executable(databasetree ${HEADERS} ${SOURCES} ${OTHER_FILES})
target_link_libraries(databasetree Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Sql)