1 Star 0 Fork 10

return0 / qtbase

forked from TKG / QtBase 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
qtbase.pro 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
TKG 提交于 2019-11-13 20:25 . confict
#-------------------------------------------------
#
# Project created by QtCreator 2017-02-20T21:59:47
#
#-------------------------------------------------
QT += core network gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
QMAKE_CXXFLAGS += -std=c++11
TARGET = qtbase
CONFIG += console
CONFIG -= app_bundle
win32: {
LIBS += -lWlanapi
}
TEMPLATE = app
SOURCES += \
main.cpp \
base.cpp \
container/HashList.cpp \
container/RingQueue.cpp \
enc_dec/wg_ten_to_8.cpp \
log.cpp \
enc_dec/base64.cpp \
enc_dec/md5.c \
app_config_setting.cpp \
net/httpdownload.cpp \
string/charset.cpp \
system/systeminfo.cpp \
ui_component/filedialog.cpp
HEADERS += \
base.h \
container/HashList.h \
container/RingQueue.h \
enc_dec/wg_ten_to_8.h \
log.h \
enc_dec/base64.h \
enc_dec/md5.h \
app_config_setting.h \
net/httpdownload.h \
string/string_ext.h \
string/charset.h \
system/systeminfo.h \
ui_component/filedialog.h
DISTFILES += \
README.md
C++
1
https://gitee.com/zengfanbin/base.git
git@gitee.com:zengfanbin/base.git
zengfanbin
base
qtbase
master

搜索帮助