Move main.cpp to src/ dir
This commit is contained in:
parent
70bb8b36bd
commit
ddb17f8bba
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue