2 Star 10 Fork 16

无趣的人民艺术家 / qui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
qui.pro 1.71 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
wangwenx190 提交于 2017-05-20 14:19 . 提交工程。
#-------------------------------------------------
#
# Project created by QtCreator 2017-02-19T12:55:42
#
#-------------------------------------------------
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qui
TEMPLATE = app
MOC_DIR = temp/moc
RCC_DIR = temp/rcc
UI_DIR = temp/ui
OBJECTS_DIR = temp/obj
DESTDIR = $$PWD/bin
win32:RC_FILE = other/main.rc
PRECOMPILED_HEADER = head.h
INCLUDEPATH += $$PWD
INCLUDEPATH += $$PWD/form
INCLUDEPATH += $$PWD/demo
CONFIG += qt warn_off
DEFINES += demo1
SOURCES += main.cpp\
form/quiwidget.cpp \
form/quicreator.cpp \
form/highlighter.cpp \
form/panelwidget.cpp \
form/frmdevice.cpp \
demo/appinit.cpp \
demo/sliderbar.cpp \
demo/navlistview.cpp \
demo/uidemo1.cpp \
demo/uidemo2.cpp \
demo/uidemo3.cpp \
demo/uidemo4.cpp \
demo/uidemo5.cpp \
demo/uidemo6.cpp \
demo/uidemo7.cpp \
demo/uidemo8.cpp
HEADERS += head.h\
form/quiwidget.h \
form/quicreator.h \
form/highlighter.h \
form/panelwidget.h \
form/frmdevice.h \
demo/appinit.h \
demo/sliderbar.h \
demo/navlistview.h \
demo/uidemo1.h \
demo/uidemo2.h \
demo/uidemo3.h \
demo/uidemo4.h \
demo/uidemo5.h \
demo/uidemo6.h \
demo/uidemo7.h \
demo/uidemo8.h
FORMS += \
form/quicreator.ui \
form/frmdevice.ui \
demo/uidemo1.ui \
demo/uidemo2.ui \
demo/uidemo3.ui \
demo/uidemo4.ui \
demo/uidemo5.ui \
demo/uidemo6.ui \
demo/uidemo7.ui \
demo/uidemo8.ui
RESOURCES += \
other/qss.qrc \
other/main.qrc \
demo/demo.qrc \
demo/image.qrc
CSS
1
https://gitee.com/DreamFly0/qui.git
git@gitee.com:DreamFly0/qui.git
DreamFly0
qui
qui
master

搜索帮助

14c37bed 8189591 565d56ea 8189591