First version OpenGL drawing
This commit is contained in:
+9
-2
@@ -29,7 +29,9 @@ SOURCES += main.cpp\
|
||||
imageinfo.cpp \
|
||||
starfit.cpp \
|
||||
phd.cpp \
|
||||
photocapture.cpp
|
||||
photocapture.cpp \
|
||||
imagescrollareagl.cpp \
|
||||
stretchpanel.cpp
|
||||
|
||||
HEADERS += mainwindow.h \
|
||||
imagescrollarea.h \
|
||||
@@ -40,4 +42,9 @@ HEADERS += mainwindow.h \
|
||||
rawimage.h \
|
||||
starfit.h \
|
||||
phd.h \
|
||||
photocapture.h
|
||||
photocapture.h \
|
||||
imagescrollareagl.h \
|
||||
stretchpanel.h
|
||||
|
||||
RESOURCES += \
|
||||
resources.qrc
|
||||
|
||||
Reference in New Issue
Block a user