代码拉取完成,页面将自动刷新
#-------------------------------------------------
#
# Project created by BruceZCQ 2013-10-01T08:14:36
#
#-------------------------------------------------
###
# fix fellow warning to add 'cache()' in pro file
#warning: No .qmake.cache is present.
# This significantly slows down qmake
# with this makespec. warning: Call 'cache()'
# in the top-level project file to rectify this problem.
###
cache()
QT += core gui
#network setting
QT += network
# xml
QT += xml
# sql
QT += sql
# web
QT += webkit
QT += webkitwidgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = MacOSC
TEMPLATE = app
#config in macx platform
macx{
ICON = icon.icns
}
#config in win32 platform
win32{
RC_ICONS = icon.ico
RC_FILE = winosc.rc
}
# MacOSC Sources
SOURCES += main.cpp\
Classes/oscloginwindow.cpp \
Utils/xmlparserutil.cpp \
Models/oscuser.cpp \
Utils/oscdbutil.cpp \
Classes/oscmainwindow.cpp
# MacOSC Headers
HEADERS += \
Classes/oscloginwindow.h \
Common/common.h \
Common/conststrings.h \
Common/headers.h \
Common/urls.h \
Utils/xmlparserutil.h \
Common/xmlnodenames.h \
Models/oscuser.h \
Utils/oscdbutil.h \
Common/dbconfig.h \
Classes/oscmainwindow.h
# Forms
FORMS += Classes/oscloginwindow.ui \
Classes/oscmainwindow.ui
# images and config files
OTHER_FILES += \
README.md \
Info.plist \
winosc.rc \
LICENSE
# resources qrc file
RESOURCES += \
osc.qrc
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。