0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

lrdview has been added

This commit is contained in:
fralx
2021-09-11 19:03:57 +03:00
parent 1ec6aeef7e
commit 4318c7d0c9
30 changed files with 859 additions and 1 deletions

43
lrdview/lrdview.pro Normal file
View File

@@ -0,0 +1,43 @@
#-------------------------------------------------
#
# Project created by QtCreator 2014-03-24T20:29:50
#
#-------------------------------------------------
QT += core gui xml
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets gui-private
CONFIG += uitools
include(../common.pri)
include(../qzint.pri)
include(../limereport.pri)
TARGET = lrdview
TEMPLATE = app
win32 {
RC_FILE += mainicon.rc
}
SOURCES += main.cpp\
MainWindow.cpp \
XmlModel.cpp \
SettingDialog.cpp
HEADERS += MainWindow.h \
XmlModel.h \
SettingDialog.h
FORMS += MainWindow.ui \
SettingDialog.ui
RESOURCES += \
MainWindow.qrc
#win32:CONFIG(release, debug|release): {
# LIBS += -LD:/Work/C++/Projects/LRDView/libs -ladateeditorplugin
# QTPLUGIN += adateeditorplugin
# DEFINES += DEBUG
#}