summaryrefslogtreecommitdiffstats
path: root/dilos/dependencies/tqt3/debian/README.Debian
diff options
context:
space:
mode:
Diffstat (limited to 'dilos/dependencies/tqt3/debian/README.Debian')
-rw-r--r--dilos/dependencies/tqt3/debian/README.Debian8
1 files changed, 4 insertions, 4 deletions
diff --git a/dilos/dependencies/tqt3/debian/README.Debian b/dilos/dependencies/tqt3/debian/README.Debian
index 86b633251..324900564 100644
--- a/dilos/dependencies/tqt3/debian/README.Debian
+++ b/dilos/dependencies/tqt3/debian/README.Debian
@@ -200,19 +200,19 @@ int main( int argc, char **argv )
Using Qt for Debian as a developer or packager
----------------------------------------------
-Q: I want to compile a source package that utilizes qmake to build the
+Q: I want to compile a source package that utilizes tqmake to build the
Makefiles. What do I need to do to makeit work ?
-A: qmake retquires two environment variables to be set, QTDIR and QMAKESPEC.
+A: tqmake retquires two environment variables to be set, QTDIR and QMAKESPEC.
To make it work, do
export QTDIR=/usr/share/tqt3
export QMAKESPEC=linux-g++
-Then run qmake -o Makefile <projectfile>.pro
+Then run tqmake -o Makefile <projectfile>.pro
After that, the Makefile is correctly created to build your application on
Debian. As a packager, export thosetwo variables in the rules file before
-calling qmake.
+calling tqmake.
Q: I have an application that when linking gives me symbol referencing
errors to Q*Style. Why does my applicationnot link correctly ?