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

44 lines
703 B
Prolog

#
# sat_gui.pro
#
# Copyright (c) 2018 edosad(github) All rights reserved.
# Some code is fixed by j2doll.
QT += core gui
# greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
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