Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Qt 3.1

Need help with peripherals or devices?
Post Reply
Message
Author
pegasus45

Qt 3.1

#1 Post by pegasus45 »

I am trying to compile Kdar 1.2.0 on the new Debian Sarge build, and I keep getting the error that Qt 3.1 (20021012) is not installed. I have installed all the Qt libraries I can find on the distribution disks and still no luck....can anyone point me in a different direction? Need to be able to get this program running for a customer for performing backups to a DVD burner.

Mark

lacek
Posts: 764
Joined: 2004-03-11 18:49
Location: Budapest, Hungary
Contact:

#2 Post by lacek »

For most QT-based programs to compile, you need to export QTDIR to point to /usr/share/qt3. If you do this, and run configure afterwards, you shouldn't have any problems. Of course, you need to install the qt -dev packages as well.

Post Reply