diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e9216d..e813bae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ qt_standard_project_setup(REQUIRES 6.5) set(CMAKE_AUTORCC ON) qt_add_executable(appSolitare - main.cpp + src/main.cpp qml/images.qrc qml/qml.qrc ) diff --git a/main.cpp b/src/main.cpp similarity index 100% rename from main.cpp rename to src/main.cpp