Generates XML files for DeltaPro from Amazon invoices
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
488 B

7 years ago
#Workaround for Issue #60
CONFIG += git_build
load(qt_build_config)
MODULE_VERSION = 0.3.0
QT += core gui xml
#CONFIG += static
RC_FILE = deltaproxmlgen.rc
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = DeltaProXmlGen
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
about.cpp \
genxml.cpp
HEADERS += mainwindow.h \
about.h \w \
genxml.h
mainwindow.h
FORMS += mainwindow.ui \
about.ui
#RESOURCES += \
# logo.qrc