Moved files into respective header/ source folders.

This commit is contained in:
Andrew Lalis 2018-02-02 10:05:51 +01:00
parent 7005565fc6
commit c20d2835d1
5 changed files with 10 additions and 3 deletions

View File

@ -13,8 +13,15 @@ TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp
mainwindow.cpp \
sources/main.cpp \
sources/mainwindow.cpp
HEADERS += mainwindow.h
HEADERS += \
headers/mainwindow.h
FORMS += mainwindow.ui
FORMS += mainwindow.ui \
gui/mainwindow.ui
DISTFILES += \
.gitignore