Results 1 to 1 of 1

Thread: Installing QT 5.0 and QT3D on Ubuntu 12.04 32 bit

  1. #1
    Join Date
    Jun 2011
    Location
    Delft, Netherlands
    Posts
    11
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Installing QT 5.0 and QT3D on Ubuntu 12.04 32 bit

    Hello,
    I tried to install QT5.0 using a ppa:

    sudo add-apt-repository ppa:canonical-qt5-edgers/qt5-proper
    sudo apt-get updated
    sudo apt-get install
    sudo apt-get install qt3d5-dev
    sudo apt-get install qt5-qmake

    But where does it get installed?
    If I run qmake -v I still get:
    QMake version 2.01a
    Using Qt version 4.8.2 in /usr/lib/i386-linux-gnu

    EDIT:
    Ok, I found qmake in:
    /usr/lib/i386-linux-gnu/qt5/bin

    But if I try to use it on a very basic qt-quick project I get the message:
    16:24:58: Führe Schritte für Projekt FirstQT_Quick aus...
    16:24:58: Starte "/usr/lib/i386-linux-gnu/qt5/bin/qmake" /home/ufechner/00QT-Software/Test/FirstQT_Quick/FirstQT_Quick.pro -r -spec linux-g++ CONFIG+=debug CONFIG+=declarative_debug CONFIG+=qml_debug
    Project ERROR: Unknown module(s) in QT: quick qml
    16:24:58: Der Prozess "/usr/lib/i386-linux-gnu/qt5/bin/qmake" wurde mit dem Rückgabewert 3 beendet.
    Error while building/deploying project FirstQT_Quick (kit: QT5)
    Bei der Ausführung von Schritt 'qmake'

    Best regards:

    Uwe Fechner
    Last edited by ufechner; 9th February 2013 at 15:25.

Similar Threads

  1. Qt3D
    By Viper666 in forum Qt Programming
    Replies: 0
    Last Post: 2nd November 2012, 20:19
  2. installing and configuring Qt on a laptop running Ubuntu 12.04
    By modoMojo in forum Installation and Deployment
    Replies: 5
    Last Post: 20th June 2012, 09:29
  3. Problem with installing Qt Mobility 1.2.0 on Ubuntu 11.04
    By nasiroudin in forum Installation and Deployment
    Replies: 0
    Last Post: 30th December 2011, 20:39
  4. Problem installing qwt 6.0.1 - Ubuntu
    By breotone in forum Qwt
    Replies: 1
    Last Post: 19th October 2011, 21:54
  5. Replies: 1
    Last Post: 17th October 2011, 09:53

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.