mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-06 13:46:00 +08:00
* 更换搜索服务器域名为星火的域名 * 更新搜索服务器为线上服务器 * 完成搜索功能 * 解决搜索结果图标锯齿问题 * 更新appitem的样式 * 完成应用搜索列表的滚动问题 * 合并master分支 * 添加一些文件到忽略列表 * 更新项目结构 * 更新搜索列表UI * 添加 QtNetworkService库
16 lines
416 B
Plaintext
16 lines
416 B
Plaintext
#**********************************************************
|
|
#Author: Qt君
|
|
#微信公众号: Qt君(文章首发)
|
|
#Website: qtbig.com(后续更新)
|
|
#Email: 2088201923@qq.com
|
|
#QQ交流群: 732271126
|
|
#LISCENSE: MIT
|
|
#**********************************************************
|
|
INCLUDEPATH += $$PWD/
|
|
|
|
QT += network
|
|
|
|
!CONFIG(QT_APP_MODE) {
|
|
LIBS += -L$$OUT_PWD/../third-party/QtNetworkService/Lib -lQtNetworkService
|
|
}
|