diff --git a/src/slide.pro b/src/slide.pro index a3804b9..560414a 100644 --- a/src/slide.pro +++ b/src/slide.pro @@ -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