Move main.cpp to src/ dir

This commit is contained in:
ItsDrike 2024-12-05 02:43:42 +01:00
parent 70bb8b36bd
commit ddb17f8bba
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 1 additions and 1 deletions

View file

@ -14,7 +14,7 @@ qt_standard_project_setup(REQUIRES 6.5)
set(CMAKE_AUTORCC ON) set(CMAKE_AUTORCC ON)
qt_add_executable(appSolitare qt_add_executable(appSolitare
main.cpp src/main.cpp
qml/images.qrc qml/images.qrc
qml/qml.qrc qml/qml.qrc
) )