[Bug 51357] qt application template does not compile
sschmidt at physik.uni-bremen.de
sschmidt at physik.uni-bremen.de
Thu Dec 5 11:10:06 UTC 2002
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=51357
------- Additional Comments From sschmidt at physik.uni-bremen.de 2002-12-05 11:09 -------
Subject: Re: qt application template does not compile
Caleb Tennis wrote:
>------- You are receiving this mail because: -------
>You reported the bug, or are watching the reporter.
>
>http://bugs.kde.org/show_bug.cgi?id=51357
>
>
>
>
>------- Additional Comments From caleb at aei-tech.com 2002-12-04 19:45 -------
>Do you have libqt or libqt-mt in your /usr/lib/qt3/lib directory? If you only have libqt-mt, you
>need to change your .pro file options and add "thread". You can do this in KDevelop's QMake
>Manager project options settings.
>
>Caleb
>
>
>
>
Hi!
Maybe I'am wrong but there is no qmake-Project-Option setting.
But the .pro-file looks like this:
SUBDIRS += src
TEMPLATE = subdirs
CONFIG += release \
warn_on \
qt \
thread
And I only habe the mt-version installed but since there is a
"thread"-option in the .pro-file it is supposed to work, isn't it?
sschmidt at perkuno:/usr/lib/qt3/lib> la
insgesamt 6702
drwxr-xr-x 2 root root 448 2002-11-08 16:40 .
drwxr-xr-x 10 root root 248 2002-09-10 19:04 ..
lrwxrwxrwx 1 root root 18 2002-10-25 16:30 libeditor.so
-> libeditor.so.1.0.0
lrwxrwxrwx 1 root root 18 2002-10-25 16:30
libeditor.so.1 -> libeditor.so.1.0.0
lrwxrwxrwx 1 root root 18 2002-10-25 16:30
libeditor.so.1.0 -> libeditor.so.1.0.0
-rwxr-xr-x 1 root root 217768 2002-09-12 21:05
libeditor.so.1.0.0
lrwxrwxrwx 1 root root 17 2002-10-25 16:30 libqt-mt.so
-> libqt-mt.so.3.0.5
lrwxrwxrwx 1 root root 17 2002-10-25 15:37
libqt-mt.so.3 -> libqt-mt.so.3.0.5
lrwxrwxrwx 1 root root 17 2002-10-25 15:37
libqt-mt.so.3.0 -> libqt-mt.so.3.0.5
-rwxr-xr-x 1 root root 6431120 2002-10-09 23:34
libqt-mt.so.3.0.5
lrwxrwxrwx 1 root root 15 2002-10-25 16:30 libqui.so ->
libqui.so.1.0.0
lrwxrwxrwx 1 root root 15 2002-10-25 16:30 libqui.so.1
-> libqui.so.1.0.0
lrwxrwxrwx 1 root root 15 2002-10-25 16:30
libqui.so.1.0 -> libqui.so.1.0.0
-rwxr-xr-x 1 root root 197024 2002-09-12 21:05 libqui.so.1.0.0
Thanks, Sven S.
More information about the KDevelop-devel
mailing list