1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-30 05:02:52 +08:00
QXlsx/chartsquestions/sat_gui.pro

45 lines
681 B
Prolog
Raw Normal View History

2018-12-20 15:30:29 +09:00
#
# sat_gui.pro
#
# Copyright (c) 2018 edosad(github) All rights reserved.
2019-02-26 18:19:39 +09:00
#
# Some code is fixed by j2doll(github)
2018-12-20 15:30:29 +09:00
2019-02-26 18:19:39 +09:00
QT += core
QT += gui
QT += widgets
2018-12-20 15:30:29 +09:00
TARGET = sat_gui
TEMPLATE = app
# NOTE: You can fix value of QXlsx path of source code.
# QXLSX_PARENTPATH=./
# QXLSX_HEADERPATH=./header/
# QXLSX_SOURCEPATH=./source/
include(../QXlsx/QXlsx.pri)
# include("D:\resin_example\sat_gui\src\xlsx\qtxlsx.pri")
# QMAKE_LFLAGS += -static -static-libgcc
DEFINES += QT_DEPRECATED_WARNINGS
SOURCES += \
main.cpp \
mainwindow.cpp \
sat_calc.cpp
HEADERS += \
mainwindow.h \
sat_calc.h
FORMS += \
mainwindow.ui
RESOURCES += \
test.qrc
#OTHER_FILES += \
#Chromatogram_example.txt