- Update .pro file with new source and headers

This commit is contained in:
Alfred Reynolds
2021-08-22 11:36:00 +12:00
parent 94373e6671
commit 3557b6041f

View File

@@ -5,6 +5,7 @@
#------------------------------------------------- #-------------------------------------------------
QT += core gui QT += core gui
# CONFIG += qt debug
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
@@ -33,14 +34,17 @@ SOURCES += \
imageswitcher.cpp \ imageswitcher.cpp \
pathtraverser.cpp \ pathtraverser.cpp \
overlay.cpp \ overlay.cpp \
imageselector.cpp imageselector.cpp \
appconfig.cpp
HEADERS += \ HEADERS += \
mainwindow.h \ mainwindow.h \
imageselector.h \ imageselector.h \
pathtraverser.h \ pathtraverser.h \
overlay.h \ overlay.h \
imageswitcher.h imageswitcher.h \
imagestructs.h \
appconfig.h
FORMS += \ FORMS += \
mainwindow.ui mainwindow.ui