summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:04:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:04:25 +0900
commitca14366f82ea4301f7eda9e68ab6dabe79961f26 (patch)
treeaf874311ebc74cea8cf93bb107ecabc8fe75ebd4
parentd3934e8c2b76eadde38f00f3e829aae03377d4cf (diff)
downloadkoffice-ca14366f82ea4301f7eda9e68ab6dabe79961f26.tar.gz
koffice-ca14366f82ea4301f7eda9e68ab6dabe79961f26.zip
qt -> tqt conversion:
QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--chalk/doc/howtofilters.txt2
-rw-r--r--doc/kugar/progguide.docbook2
-rw-r--r--kexi/3rdparty/kexisql/Makefile.msvc2
-rw-r--r--kexi/3rdparty/kexisql3/Makefile.msvc2
-rw-r--r--kexi/3rdparty/kexisql3/Makefile.msvc.release2
5 files changed, 5 insertions, 5 deletions
diff --git a/chalk/doc/howtofilters.txt b/chalk/doc/howtofilters.txt
index 8be969b9f..e586ae198 100644
--- a/chalk/doc/howtofilters.txt
+++ b/chalk/doc/howtofilters.txt
@@ -27,4 +27,4 @@ Just copy the following in a file named (for instance) myfiltercw.ui :
And then open Qt/Designer
-NOTE: it would be nicer if I knew how to copy (using autoconf/automake) this file in $(QTDIR)/tools/designer/templates \ No newline at end of file
+NOTE: it would be nicer if I knew how to copy (using autoconf/automake) this file in $(TQTDIR)/tools/designer/templates \ No newline at end of file
diff --git a/doc/kugar/progguide.docbook b/doc/kugar/progguide.docbook
index 2a7151ba0..b1a655941 100644
--- a/doc/kugar/progguide.docbook
+++ b/doc/kugar/progguide.docbook
@@ -525,7 +525,7 @@ Q_EXPORT_PLUGIN( KugarWidgetPlugin )
SOURCES += kugar_plugin.cpp
HEADERS += kugar_plugin.h
-DESTDIR = $(QTDIR)/plugins/designer
+DESTDIR = $(TQTDIR)/plugins/designer
TARGET = kugar_plugin
target.path=$$plugins.path
diff --git a/kexi/3rdparty/kexisql/Makefile.msvc b/kexi/3rdparty/kexisql/Makefile.msvc
index 192ae2931..e6fae4775 100644
--- a/kexi/3rdparty/kexisql/Makefile.msvc
+++ b/kexi/3rdparty/kexisql/Makefile.msvc
@@ -17,7 +17,7 @@ LINK = link
LFLAGS = /NOLOGO /FORCE:MULTIPLE /DEBUG /SUBSYSTEM:console /DEF:kexisql.def /DLL
VERSION=2.8.2
LIBS = "kernel32.lib" "user32.lib" "gdi32.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "imm32.lib" "winmm.lib" "wsock32.lib" "winspool.lib"
-IDC = $(QTDIR)\bin\idc.exe
+IDC = $(TQTDIR)\bin\idc.exe
IDL = midl
ZIP = zip -r -9
COPY_FILE = copy
diff --git a/kexi/3rdparty/kexisql3/Makefile.msvc b/kexi/3rdparty/kexisql3/Makefile.msvc
index d01b5de1c..694313064 100644
--- a/kexi/3rdparty/kexisql3/Makefile.msvc
+++ b/kexi/3rdparty/kexisql3/Makefile.msvc
@@ -12,7 +12,7 @@ CFLAGS = -nologo -Zm200 -W3 -MDd -Z7 -GX -GR -DTHREADSAFE=1 -D_OFF_T_DEFINED=1 -
CXXFLAGS = -nologo -Zm200 /GR /GX /GZ /TP -W3 -MDd -Z7 -GX -GR -DUNICODE
LEXFLAGS =
YACCFLAGS =-d
-INCPATH = -Isrc -I$(QTDIR)\include
+INCPATH = -Isrc -I$(TQTDIR)\include
LINK = link
LFLAGS = /NOLOGO /FORCE:MULTIPLE /DEBUG /SUBSYSTEM:console /DEF:sqlite3.def /DLL
VERSION=3.0.7
diff --git a/kexi/3rdparty/kexisql3/Makefile.msvc.release b/kexi/3rdparty/kexisql3/Makefile.msvc.release
index 6d443f7dc..9794df1ec 100644
--- a/kexi/3rdparty/kexisql3/Makefile.msvc.release
+++ b/kexi/3rdparty/kexisql3/Makefile.msvc.release
@@ -12,7 +12,7 @@ CFLAGS = -nologo -Zm200 -W3 -MD -Z7 -GX -GR -DTHREADSAFE=1 -D_OFF_T_DEFINED=1 -D
CXXFLAGS = -nologo -Zm200 /GR /GX /GZ /TP -W3 -MD -Z7 -GX -GR -DUNICODE
LEXFLAGS =
YACCFLAGS =-d
-INCPATH = -Isrc -I$(QTDIR)\include
+INCPATH = -Isrc -I$(TQTDIR)\include
LINK = link
LFLAGS = /NOLOGO /FORCE:MULTIPLE /SUBSYSTEM:windows /DEF:sqlite3.def /DLL
VERSION=3.0.7