Results 1 to 2 of 2

Thread: Error-"QT version is not properly installed,please run make install" on Ubuntu 10.10

  1. #1
    Join Date
    Mar 2010
    Posts
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Error-"QT version is not properly installed,please run make install" on Ubuntu 10.10

    Hey:
    I just compiled Qt4.7.1 on Ubuntu 10.10 and everything went well,but at last I realized that I made a little mistake when run the configure scripts,the prefix was set "/usr/local/lib" while I wanted it to be "/usr/local/lib/Qt/4.7.1", then I just moved them to the right directory which is "/usr/local/lib/Qt/4.7.1" after install.
    When I used QtCreator and point the qmake to the amentioned directory,it says "QT version is not properly installed,please run make install" and when I try to run qmake in the terminal, the generated makefile still has the include directory /usr/local/lib/include, which is wrong.
    I have no idea what to do,please help.

  2. #2
    Join Date
    Apr 2010
    Posts
    769
    Thanks
    1
    Thanked 94 Times in 86 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: Error-"QT version is not properly installed,please run make install" on Ubuntu 10

    Start over and give configure the correct path name. Do a 'make distclean' first, or - better yet - delete the unpacked source directory and start over completely, as Qt's cleaning scripts often miss things.

Similar Threads

  1. Replies: 11
    Last Post: 30th March 2015, 07:03
  2. Replies: 32
    Last Post: 26th August 2012, 00:10
  3. Replies: 21
    Last Post: 20th October 2010, 14:25
  4. Replies: 4
    Last Post: 18th April 2010, 01:37
  5. "make install" and "make clean" on Windows for Qt
    By Berberis in forum Installation and Deployment
    Replies: 0
    Last Post: 30th November 2009, 00:02

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.