- Update .pro file with new source and headers
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user