Load and show image info
This commit is contained in:
+5
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user