From e985f7e545f4739493965aad69bbecb136dc9346 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 16 Jun 2011 19:02:47 +0000 Subject: TQt4 port kdewebdev This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237029 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- quanta/data/doc/faq.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'quanta/data/doc/faq.html') diff --git a/quanta/data/doc/faq.html b/quanta/data/doc/faq.html index e48a438d..2f5fb651 100644 --- a/quanta/data/doc/faq.html +++ b/quanta/data/doc/faq.html @@ -126,11 +126,11 @@
Top
2.3 Compiling Quanta Plus
-

An assumption is made that you have the knowledge and ability to find and install any missing libraries that you may encounter. Basically, you need the headers from KDE, Qt, and GCC. If you don't know what was just said, then try the steps below and, if it doesn't work for you, then find yourself a Linux geek that can help.

+

An assumption is made that you have the knowledge and ability to find and install any missing libraries that you may encounter. Basically, you need the headers from KDE, TQt, and GCC. If you don't know what was just said, then try the steps below and, if it doesn't work for you, then find yourself a Linux geek that can help.

Type the following in a shell and see what you get:

If you don't get two yes answers, then you need to find the location of the one that failed and export it to your current shell environment.

Then it is as simple as:

@@ -145,7 +145,7 @@
2.4 I get error X when running ./configure
-

Please read 2.3 carefully again and make certain that you have exported the $KDEDIR and $QTDIR environment variables. This is the most likely cause. Aside from that, if you are missing something very important, then configure will tell you what it needs.

+

Please read 2.3 carefully again and make certain that you have exported the $KDEDIR and $TQTDIR environment variables. This is the most likely cause. Aside from that, if you are missing something very important, then configure will tell you what it needs.

-- cgit v1.2.1