summaryrefslogtreecommitdiffstats
path: root/qt/qscintilla.pro
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-09 01:40:38 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-09 02:07:16 +0100
commit347f0b28701932eba7eb063d9093e446b81debae (patch)
treeb6941843b550f83221b13a3b2643b5a95cd428db /qt/qscintilla.pro
parent5da5cb1c824c608159126a82011d8a8943b360e0 (diff)
downloadtqscintilla-347f0b28.tar.gz
tqscintilla-347f0b28.zip
Rename Qt => TQt.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'qt/qscintilla.pro')
-rw-r--r--qt/qscintilla.pro220
1 files changed, 0 insertions, 220 deletions
diff --git a/qt/qscintilla.pro b/qt/qscintilla.pro
deleted file mode 100644
index 3e13fbd..0000000
--- a/qt/qscintilla.pro
+++ /dev/null
@@ -1,220 +0,0 @@
-# The project file for the qscintilla library.
-#
-# Copyright (c) 2006
-# Riverbank Computing Limited <info@riverbankcomputing.co.uk>
-#
-# This file is part of QScintilla.
-#
-# This copy of QScintilla is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option) any
-# later version.
-#
-# QScintilla is supplied in the hope that it will be useful, but WITHOUT ANY
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
-# details.
-#
-# You should have received a copy of the GNU General Public License along with
-# QScintilla; see the file LICENSE. If not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-
-unix:VERSION = 7.0.1
-
-
-TEMPLATE = lib
-TARGET = qscintilla
-# DESTDIR = $(TQTDIR)/lib
-CONFIG += qt warn_off release dll thread
-INCLUDEPATH = . ../include ../src /usr/include/tqt
-DEFINES = QEXTSCINTILLA_MAKE_DLL QT SCI_LEXER
-
-HEADERS = \
- qextscintillaglobal.h \
- qextscintilla.h \
- qextscintillaapis.h \
- qextscintillabase.h \
- qextscintillacommand.h \
- qextscintillacommandset.h \
- qextscintilladocument.h \
- qextscintillalexer.h \
- qextscintillalexerbash.h \
- qextscintillalexerbatch.h \
- qextscintillalexercpp.h \
- qextscintillalexercsharp.h \
- qextscintillalexercss.h \
- qextscintillalexerdiff.h \
- qextscintillalexerhtml.h \
- qextscintillalexeridl.h \
- qextscintillalexerjava.h \
- qextscintillalexerjavascript.h \
- qextscintillalexerlua.h \
- qextscintillalexermakefile.h \
- qextscintillalexerperl.h \
- qextscintillalexerpov.h \
- qextscintillalexerproperties.h \
- qextscintillalexerpython.h \
- qextscintillalexerruby.h \
- qextscintillalexersql.h \
- qextscintillalexertex.h \
- qextscintillamacro.h \
- qextscintillaprinter.h \
- SciListBox.h \
- ScintillaQt.h \
- ../include/Accessor.h \
- ../include/KeyWords.h \
- ../include/Platform.h \
- ../include/PropSet.h \
- ../include/SString.h \
- ../include/SciLexer.h \
- ../include/Scintilla.h \
- ../include/ScintillaWidget.h \
- ../include/WindowAccessor.h \
- ../src/AutoComplete.h \
- ../src/CallTip.h \
- ../src/CellBuffer.h \
- ../src/ContractionState.h \
- ../src/CharClassify.h \
- ../src/Document.h \
- ../src/DocumentAccessor.h \
- ../src/Editor.h \
- ../src/ExternalLexer.h \
- ../src/Indicator.h \
- ../src/KeyMap.h \
- ../src/LineMarker.h \
- ../src/RESearch.h \
- ../src/SVector.h \
- ../src/ScintillaBase.h \
- ../src/Style.h \
- ../src/StyleContext.h \
- ../src/ViewStyle.h \
- ../src/XPM.h
-
-SOURCES = \
- qextscintilla.cpp \
- qextscintillaapis.cpp \
- qextscintillabase.cpp \
- qextscintillacommand.cpp \
- qextscintillacommandset.cpp \
- qextscintilladocument.cpp \
- qextscintillalexer.cpp \
- qextscintillalexerbash.cpp \
- qextscintillalexerbatch.cpp \
- qextscintillalexercpp.cpp \
- qextscintillalexercsharp.cpp \
- qextscintillalexercss.cpp \
- qextscintillalexerdiff.cpp \
- qextscintillalexerhtml.cpp \
- qextscintillalexeridl.cpp \
- qextscintillalexerjava.cpp \
- qextscintillalexerjavascript.cpp \
- qextscintillalexerlua.cpp \
- qextscintillalexermakefile.cpp \
- qextscintillalexerperl.cpp \
- qextscintillalexerpov.cpp \
- qextscintillalexerproperties.cpp \
- qextscintillalexerpython.cpp \
- qextscintillalexerruby.cpp \
- qextscintillalexersql.cpp \
- qextscintillalexertex.cpp \
- qextscintillamacro.cpp \
- qextscintillaprinter.cpp \
- SciListBox.cpp \
- PlatQt.cpp \
- ScintillaQt.cpp \
- ../src/AutoComplete.cpp \
- ../src/CallTip.cpp \
- ../src/CellBuffer.cpp \
- ../src/ContractionState.cpp \
- ../src/CharClassify.cpp \
- ../src/Document.cpp \
- ../src/DocumentAccessor.cpp \
- ../src/Editor.cpp \
- ../src/ExternalLexer.cpp \
- ../src/Indicator.cpp \
- ../src/KeyMap.cpp \
- ../src/KeyWords.cpp \
- ../src/LexAPDL.cpp \
- ../src/LexAU3.cpp \
- ../src/LexAVE.cpp \
- ../src/LexAda.cpp \
- ../src/LexAsm.cpp \
- ../src/LexAsn1.cpp \
- ../src/LexBaan.cpp \
- ../src/LexBash.cpp \
- ../src/LexBasic.cpp \
- ../src/LexBullant.cpp \
- ../src/LexCLW.cpp \
- ../src/LexCPP.cpp \
- ../src/LexCSS.cpp \
- ../src/LexCaml.cpp \
- ../src/LexConf.cpp \
- ../src/LexCrontab.cpp \
- ../src/LexCsound.cpp \
- ../src/LexEScript.cpp \
- ../src/LexEiffel.cpp \
- ../src/LexErlang.cpp \
- ../src/LexFlagship.cpp \
- ../src/LexForth.cpp \
- ../src/LexFortran.cpp \
- ../src/LexGui4Cli.cpp \
- ../src/LexHTML.cpp \
- ../src/LexHaskell.cpp \
- ../src/LexInno.cpp \
- ../src/LexKix.cpp \
- ../src/LexLisp.cpp \
- ../src/LexLout.cpp \
- ../src/LexLua.cpp \
- ../src/LexMMIXAL.cpp \
- ../src/LexMPT.cpp \
- ../src/LexMSSQL.cpp \
- ../src/LexMatlab.cpp \
- ../src/LexMetapost.cpp \
- ../src/LexNsis.cpp \
- ../src/LexOpal.cpp \
- ../src/LexOthers.cpp \
- ../src/LexPB.cpp \
- ../src/LexPOV.cpp \
- ../src/LexPS.cpp \
- ../src/LexPascal.cpp \
- ../src/LexPerl.cpp \
- ../src/LexPython.cpp \
- ../src/LexRebol.cpp \
- ../src/LexRuby.cpp \
- ../src/LexSQL.cpp \
- ../src/LexScriptol.cpp \
- ../src/LexSmalltalk.cpp \
- ../src/LexSpecman.cpp \
- ../src/LexSpice.cpp \
- ../src/LexTADS3.cpp \
- ../src/LexTCL.cpp \
- ../src/LexTeX.cpp \
- ../src/LexVB.cpp \
- ../src/LexVHDL.cpp \
- ../src/LexVerilog.cpp \
- ../src/LexYAML.cpp \
- ../src/LineMarker.cpp \
- ../src/PropSet.cpp \
- ../src/RESearch.cpp \
- ../src/ScintillaBase.cpp \
- ../src/Style.cpp \
- ../src/StyleContext.cpp \
- ../src/ViewStyle.cpp \
- ../src/WindowAccessor.cpp \
- ../src/XPM.cpp
-
-TRANSLATIONS = \
- qscintilla_de.ts \
- qscintilla_fr.ts \
- qscintilla_pt_br.ts \
- qscintilla_ru.ts
-
-
-header.path = $(TQTDIR)/include
-header.files = qextscintilla*.h
-
-trans.path = $(TQTDIR)/translations
-trans.files = qscintilla_*.qm
-
-INSTALLS += header trans