- 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
# CONFIG += qt debug
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
@@ -33,14 +34,17 @@ SOURCES += \
imageswitcher.cpp \
pathtraverser.cpp \
overlay.cpp \
imageselector.cpp
imageselector.cpp \
appconfig.cpp
HEADERS += \
mainwindow.h \
imageselector.h \
pathtraverser.h \
overlay.h \
imageswitcher.h
imageswitcher.h \
imagestructs.h \
appconfig.h
FORMS += \
mainwindow.ui