4 Star 2 Fork 7

gxchip/GX_CodeGen

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
GX_CodeGen.pro 976 Bytes
Copy Edit Raw Blame History
taotieren authored a year ago . add linux
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = gx-codegen
TEMPLATE = app
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 += \
main.cpp \
mainwindow.cpp
HEADERS += \
mainwindow.h
FORMS += \
mainwindow.ui
RESOURCES += \
rsc.qrc
DISTFILES += \
logo.rc
RC_FILE += logo.rc
unix:!macx {
gx_codegen.files += $$_PRO_FILE_PWD_/gx-codegen
gx_codegen.path = /usr/bin
INSTALLS += gx_codegen
gx_codegen_icon.files += $$_PRO_FILE_PWD_/gx-codegen.png
gx_codegen_icon.path = /usr/share/icons/hicolor/128x128/apps
INSTALLS += gx_codegen_icon
gx_codegen_desktop.files += $$_PRO_FILE_PWD_/gx-codegen.desktop
gx_codegen_desktop.path = /usr/share/applications
INSTALLS += gx_codegen_desktop
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/gxchip/GX_CodeGen.git
git@gitee.com:gxchip/GX_CodeGen.git
gxchip
GX_CodeGen
GX_CodeGen
master

Search