Files
2022-12-13 09:18:00 -06:00

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