Renamed main.cpp to qecho.cpp

pull/8/head
mandlm 2017-10-16 13:16:05 +02:00
parent 012eaf0e7a
commit d2e774fe5c
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ set(CMAKE_AUTOUIC ON)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wno-psabi")
add_executable(${PROJECT_NAME}
main.cpp
qecho.cpp
mainwindow.cpp
mainwindow.h
mainwindow.ui