Load and show image info

This commit is contained in:
2019-09-01 16:04:45 +02:00
parent f0e4923a68
commit 310efce14e
8 changed files with 94 additions and 7 deletions
+5 -3
View File
@@ -13,17 +13,19 @@ TEMPLATE = app
CONFIG += c++11
LIBS += -lraw
LIBS += -lraw -lexif
SOURCES += main.cpp\
mainwindow.cpp \
imagescrollarea.cpp \
imageringlist.cpp \
database.cpp \
loadrunable.cpp
loadrunable.cpp \
imageinfo.cpp
HEADERS += mainwindow.h \
imagescrollarea.h \
imageringlist.h \
database.h \
loadrunable.h
loadrunable.h \
imageinfo.h