Working scale and zoom

This commit is contained in:
2020-05-14 22:42:39 +02:00
parent c3a71ed4e6
commit 30c8f6557f
8 changed files with 161 additions and 17 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
QT += core gui sql network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets opengl
TARGET = tenmon
TEMPLATE = app
@@ -16,7 +16,7 @@ CONFIG += c++11
QMAKE_CXXFLAGS += -fopenmp
unix: CONFIG += link_pkgconfig
unix: PKGCONFIG += libraw_r cfitsio gsl libexif opencv
unix: PKGCONFIG += libraw_r cfitsio gsl libexif opencv4
win32:LIBS += -lraw -lexif -lcfitsio -lgsl -lgslcblas -lopencv_imgproc -lopencv_core -fopenmp
win32:LIBS += -LC:\msys64\mingw64\lib -LC:\msys64\mingw64\bin