This commit is contained in:
AshBastian
2020-01-10 14:15:59 +01:00
parent b978a94bd3
commit dbf1cda101
4 changed files with 76 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
GUI/IntelliInputDialog.cpp \
GUI/IntelliPhotoGui.cpp \
Image/IntelliImage.cpp \
Image/IntelliRasterImage.cpp \
@@ -36,6 +37,7 @@ SOURCES += \
main.cpp
HEADERS += \
GUI/IntelliInputDialog.h \
GUI/IntelliPhotoGui.h \
Image/IntelliImage.h \
Image/IntelliRasterImage.h \