Start adding data structure.

This commit is contained in:
2020-06-02 15:45:39 -04:00
parent 96f17a44df
commit 43f5e1b22c
7 changed files with 181 additions and 2 deletions

View File

@@ -1 +1,10 @@
set(vehiclevoyage_SRCS
db/sqlcar.cpp
db/sqlservicerecord.cpp
main.cpp
)
qt5_add_resources(RESOURCES resources.qrc)
add_executable(vehiclevoyage ${vehiclevoyage_SRCS} ${RESOURCES})
target_link_libraries(vehiclevoyage Qt5::Core Qt5::Qml Qt5::Quick Qt5::Sql KF5::CoreAddons)
install(TARGETS vehiclevoyage ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})