Files
tenmon/imageselector.pro
T
2019-09-04 17:28:44 +02:00

32 lines
603 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2016-07-27T17:08:56
#
#-------------------------------------------------
QT += core gui sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = imageselector
TEMPLATE = app
CONFIG += c++11
LIBS += -lraw -lexif -lcfitsio
SOURCES += main.cpp\
mainwindow.cpp \
imagescrollarea.cpp \
imageringlist.cpp \
database.cpp \
loadrunable.cpp \
imageinfo.cpp
HEADERS += mainwindow.h \
imagescrollarea.h \
imageringlist.h \
database.h \
loadrunable.h \
imageinfo.h