Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
print_important_message("Additional information")
|
||||
message(STATUS "C++ Standard: ${CMAKE_CXX_STANDARD}")
|
||||
|
||||
# Add the main executable
|
||||
add_executable(${PROJECT_NAME}
|
||||
${HEADERS}
|
||||
${RESOURCES}
|
||||
${SOURCES}
|
||||
${UI_HEADERS}
|
||||
)
|
||||
|
||||
# Link with Qt libraries
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
Qt6::Charts
|
||||
Qt6::Core
|
||||
Qt6::Gui
|
||||
Qt6::Sql
|
||||
Qt6::Widgets
|
||||
)
|
||||
Reference in New Issue
Block a user