Problem bei der Installation von QT 3

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

  • Problem bei der Installation von QT 3

    Hallo Leute,

    ich habe heute QT3 auf einem iMac G5 mit OS X 10.4.4 installiert. Leider ist die Installation anscheinend nicht vollkommen fehlerfrei verlaufen.

    Wenn ich ein Programm mit QT kompilieren will bekomme ich die folgende Meldung zurück:

    c++ -c -pipe -Wall -W -Os -DQT_NO_DEBUG -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -I/Developer/qt/mkspecs/default -I. -I. -I/Developer/qt/include -o helloworld.o helloworld.cpp
    test -d helloworld.app/Contents/MacOS/ || mkdir -p helloworld.app/Contents/MacOS/
    c++ -headerpad_max_install_names -prebind -o helloworld.app/Contents/MacOS/helloworld helloworld.o -L/Developer/qt/lib -lqt
    /usr/bin/ld: can't locate file for: -lqt
    collect2: ld returned 1 exit status
    make: *** [helloworld.app/Contents/MacOS/helloworld] Error 1

    Was ist da schief gelaufen?

    Danke schon mal für eure Hilfe!
    Don't Panic!