1 Star 0 Fork 0

brok1n/qt2048

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
qt2048.pro 772 Bytes
一键复制 编辑 原始数据 按行查看 历史
brok1n 提交于 2021-01-30 12:37 . event driven
QT += core gui multimedia
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
# You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
common.cpp \
eventdrivenqwidgetscene.cpp \
fpsdrivenqwidgetscene.cpp \
main.cpp \
mainwindow.cpp
HEADERS += \
common.h \
eventdrivenqwidgetscene.h \
fpsdrivenqwidgetscene.h \
mainwindow.h
FORMS +=
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RC_FILE=logo.rc
RESOURCES +=
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/brok1n/qt2048.git
[email protected]:brok1n/qt2048.git
brok1n
qt2048
qt2048
master

搜索帮助