Photo capture and PHD dither support

This commit is contained in:
2019-10-25 14:06:47 +02:00
parent 9c28c841c6
commit 9507d4e0d8
6 changed files with 327 additions and 3 deletions
+7 -3
View File
@@ -4,7 +4,7 @@
#
#-------------------------------------------------
QT += core gui sql
QT += core gui sql network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
@@ -27,7 +27,9 @@ SOURCES += main.cpp\
database.cpp \
loadrunable.cpp \
imageinfo.cpp \
starfit.cpp
starfit.cpp \
phd.cpp \
photocapture.cpp
HEADERS += mainwindow.h \
imagescrollarea.h \
@@ -36,4 +38,6 @@ HEADERS += mainwindow.h \
loadrunable.h \
imageinfo.h \
rawimage.h \
starfit.h
starfit.h \
phd.h \
photocapture.h