1 Star 0 Fork 25

Barry / MyYoudaoNoteLike

forked from 风木 / MyYoudaoNoteLike 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
MySqlConnection.pro 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
风木 提交于 2015-02-09 17:40 . add main form
#-------------------------------------------------
#
# Project created by QtCreator 2015-02-03T14:42:29
#
#-------------------------------------------------
QT += core gui sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TARGET = MySqlConnection
TEMPLATE = app
DEFINES += QCUSTOMPLOT_USE_LIBRARY
# Link with debug version of qcustomplot if compiling in debug mode, else with release library:
CONFIG(debug, release|debug) {
win32:QCPLIB = qcustomplotd1
else: QCPLIB = qcustomplotd
} else {
win32:QCPLIB = qcustomplot1
else: QCPLIB = qcustomplot
}
LIBS += -L./3rdpart/qcp/lib -l$$QCPLIB
INCLUDEPATH+="3rdpart/qcp/include"
SOURCES += main.cpp\
mainwindow.cpp \
tabitem.cpp \
myrealtimeplot.cpp \
mycolormapplot.cpp \
treeviewtest.cpp \
collapseview.cpp \
collpsetestform.cpp \
testadjust.cpp \
collapseviewitem.cpp \
slidewindow.cpp \
litteriem.cpp
HEADERS += mainwindow.h \
tabitem.h \
myrealtimeplot.h \
mycolormapplot.h \
treeviewtest.h \
collapseview.h \
collpsetestform.h \
testadjust.h \
collapseviewitem.h \
slidewindow.h \
litteriem.h
FORMS += mainwindow.ui \
tabitem.ui \
treeviewtest.ui \
collapseview.ui \
collpsetestform.ui \
testadjust.ui \
collapseviewitem.ui \
slidewindow.ui \
litteriem.ui
RESOURCES += \
rs/rs.qrc
C++
1
https://gitee.com/Barryda/MyYoudaoNoteLike.git
git@gitee.com:Barryda/MyYoudaoNoteLike.git
Barryda
MyYoudaoNoteLike
MyYoudaoNoteLike
master

搜索帮助