Start of marking of images for selection
This commit is contained in:
+5
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user