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

OSCHINA-MIRROR/wangmengchang-texpen

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
textpen.pro 3.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Maxwell WANG Отправлено 09.03.2015 06:00 7fcc4f2
# Copyright of Current Edition(TeXPen): Copyright (C) 2013 Amuwa King, <phd.wang.mch@gmail.com>
# Original TextPad: Copyright (C) 2013 Alex S. <alex_sr97@outlook.com>
# See License.txt file that comes with this distribution
QT += core gui webkit network script
QT += printsupport
TARGET = texpen
TEMPLATE = app
greaterThan(QT_MAJOR_VERSION, 4): {
QT += widgets webkitwidgets
DEFINES += QT5SDK
}
SOURCES += \
sources/mainwindow.cpp \
sources/main.cpp \
sources/searchdialog.cpp \
sources/widgetcreator.cpp \
sources/colorschemes.cpp \
sources/document.cpp \
sources/syntaxhighlighter.cpp \
sources/linenumbers.cpp \
sources/settings.cpp \
sources/structure.cpp \
sources/equationviewer.cpp \
sources/runcommand.cpp \
sources/autocompletion.cpp \
sources/runthread.cpp \
sources/cmdconfigdialog.cpp \
sources/qtexedit.cpp \
3rd-party/hunspell/utf_info.cxx \
3rd-party/hunspell/suggestmgr.cxx \
3rd-party/hunspell/phonet.cxx \
3rd-party/hunspell/hunzip.cxx \
3rd-party/hunspell/hunspell.cxx \
3rd-party/hunspell/hashmgr.cxx \
3rd-party/hunspell/filemgr.cxx \
3rd-party/hunspell/dictmgr.cxx \
3rd-party/hunspell/csutil.cxx \
3rd-party/hunspell/affixmgr.cxx \
3rd-party/hunspell/affentry.cxx \
3rd-party/ginger/ginger.cpp \
sources/cstructuredata.cpp \
sources/WebView.cpp \
sources/AWLdict.cpp \
sources/workThread.cpp \
sources/FileSaver.cpp \
3rd-party/AutoWriter/autowriter.cpp \
3rd-party/cookie/autosaver.cpp \
3rd-party/cookie/cookiejar.cpp
HEADERS += \
headers/mainwindow.h \
headers/searchdialog.h \
headers/highlighter.h \
headers/runthread.h \
headers/cmdconfigdialog.h \
headers/qtexedit.h \
3rd-party/hunspell/w_char.hxx \
3rd-party/hunspell/suggestmgr.hxx \
3rd-party/hunspell/phonet.hxx \
3rd-party/hunspell/langnum.hxx \
3rd-party/hunspell/hunzip.hxx \
3rd-party/hunspell/hunspell.hxx \
3rd-party/hunspell/hunspell.h \
3rd-party/hunspell/htypes.hxx \
3rd-party/hunspell/hashmgr.hxx \
3rd-party/hunspell/filemgr.hxx \
3rd-party/hunspell/dictmgr.hxx \
3rd-party/hunspell/csutil.hxx \
3rd-party/hunspell/baseaffix.hxx \
3rd-party/hunspell/atypes.hxx \
3rd-party/hunspell/affixmgr.hxx \
3rd-party/hunspell/affentry.hxx \
headers/workThread.h \
3rd-party/ginger/ginger.h \
sources/cstructuredata.h \
headers/WebView.h \
headers/FileSaver.h \
3rd-party/AutoWriter/autowriter.h \
3rd-party/cookie/autosaver.h \
3rd-party/cookie/cookiejar.h
RESOURCES += \
images/images.qrc \
3rd-party/dicts.qrc \
Templates/templates.qrc \
3rd-party/pdf-js.qrc \
3rd-party/qwl.qrc \
3rd-party/mathjax.qrc
FORMS += \
ui/cmdconfigdialog.ui
win32{
RC_FILE = icon.rc
}else : macx {
ICON = images/icons/texpen.icns
greaterThan(QT_MAJOR_VERSION, 4): {
QMAKE_MAC_SDK = macosx10.9
}else: {
#QMAKE_MAC_SDK += "/Xcode3.2.3/SDKs/MacOSX10.6.sdk"
#:/Xcode3.2.3/usr/bin
QMAKE_MAC_SDK += "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/"
}
}
OTHER_FILES +=

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

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

1
https://api.gitlife.ru/oschina-mirror/wangmengchang-texpen.git
git@api.gitlife.ru:oschina-mirror/wangmengchang-texpen.git
oschina-mirror
wangmengchang-texpen
wangmengchang-texpen
master