14 lines
410 B
Prolog
14 lines
410 B
Prolog
# -------------------------------------------------
|
|
# Project created by QtCreator 2009-08-15T12:08:20
|
|
# -------------------------------------------------
|
|
QT += sql
|
|
TARGET = Importer
|
|
TEMPLATE = app
|
|
SOURCES += main.cpp \
|
|
importerdialog.cpp \
|
|
imageoutputformatdialog.cpp
|
|
HEADERS += importerdialog.h \
|
|
imageoutputformatdialog.h
|
|
FORMS += importerdialog.ui \
|
|
imageoutputformatdialog.ui
|