Start of marking of images for selection

This commit is contained in:
2016-07-30 21:29:11 +02:00
parent 32e06a3e08
commit 3f226eb952
8 changed files with 135 additions and 6 deletions
+5 -3
View File
@@ -4,7 +4,7 @@
#
#-------------------------------------------------
QT += core gui
QT += core gui sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
@@ -16,8 +16,10 @@ CONFIG += c++11
SOURCES += main.cpp\
mainwindow.cpp \
imagescrollarea.cpp \
imageringlist.cpp
imageringlist.cpp \
database.cpp
HEADERS += mainwindow.h \
imagescrollarea.h \
imageringlist.h
imageringlist.h \
database.h