summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/dependencies/tqt3/debian/README.Debian
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-04 13:04:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-04 13:31:16 +0900
commit2b8fd47f124fb980fbcaf6a1def412782d20490b (patch)
treeb997e99e1a009bc814c4118e027515d5dc6bd857 /ubuntu/_base/dependencies/tqt3/debian/README.Debian
parent78f8fb896f6c763e59f0e7a4e41c62534caf2071 (diff)
downloadtde-packaging-deb/tqt3/tqmake.tar.gz
tde-packaging-deb/tqt3/tqmake.zip
DEB tqt3: rename qmake to tqmakedeb/tqt3/tqmake
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/dependencies/tqt3/debian/README.Debian')
-rw-r--r--ubuntu/_base/dependencies/tqt3/debian/README.Debian8
1 files changed, 4 insertions, 4 deletions
diff --git a/ubuntu/_base/dependencies/tqt3/debian/README.Debian b/ubuntu/_base/dependencies/tqt3/debian/README.Debian
index 86b633251..324900564 100644
--- a/ubuntu/_base/dependencies/tqt3/debian/README.Debian
+++ b/ubuntu/_base/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 ?