diff options
| -rw-r--r-- | chalk/doc/howtofilters.txt | 2 | ||||
| -rw-r--r-- | doc/kugar/progguide.docbook | 2 | ||||
| -rw-r--r-- | kexi/3rdparty/kexisql/Makefile.msvc | 2 | ||||
| -rw-r--r-- | kexi/3rdparty/kexisql3/Makefile.msvc | 2 | ||||
| -rw-r--r-- | kexi/3rdparty/kexisql3/Makefile.msvc.release | 2 | 
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  | 
