Photo capture and PHD dither support
This commit is contained in:
+7
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user