1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/jobszcq-MacOSC

Клонировать/Скачать
MacOSC.pro 1.5 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
BruceZCQ Отправлено 26.10.2013 18:38 6598be9
#-------------------------------------------------
#
# 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

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/jobszcq-MacOSC.git
git@api.gitlife.ru:oschina-mirror/jobszcq-MacOSC.git
oschina-mirror
jobszcq-MacOSC
jobszcq-MacOSC
master