Results 1 to 12 of 12

Thread: About the UWE way to install qwt

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2011
    Posts
    122
    Platforms
    Windows
    Thanks
    34

    Default Re: About the UWE way to install qwt

    sorry but i have some difficulties to understand, can you explain to me the step since the beginning with adding or correct my list bellow ?


    1°) Unzip Qwt to "C:\Qt\qwt-6.0.0"
    2°) open Qt command line "QT 4.7.3 for desckop (MinGW)"
    3°) qmake qwt.pro
    4°) mingw32-make
    5°) mingw32-make install
    6°) qmake -set QMAKEFEATURES "C:/Qt/qwt-6.0.0/features"
    7°) add "CONFIG += qwt" in my project .pro
    8°) in my Qt project i run "Compiler->execute Qmake"
    9°) and i compil my project
    10°) add something in .pro ? (where is this file?)
    10°) add something in .pri ? (where is this file?)
    10°) add something in .prf ? (this file is here : C:/QtSDK/qwt6-0-0/features ?)

    because i don't understand when, why and how we i have to modify something in .pro / .pri / .prf ...

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: About the UWE way to install qwt

    If the installation was as simple as running those several points you have mentioned, there would be a working script provided for you. If the suggested way of installing Qwt doesn't work for you then repeating those several bullets in your post will not help you in any way. The recommended path if something doesn't work in QtCreator is to open command line, set all the paths manually, run qmake manually and then manually run make and watch for errors. If you want to be a programmer, you have to be able to do those steps on your own. We can help you with getting to proper conclusions but the main part of the work belongs to you. If you don't know what is going on behind those several lines of instructions you posted, then please spend two-three hours on learning your toolchain. The error is in your .pro file so you have to understand it and be able to perform simple tasks on it (like including some file in it or setting variables to proper values).
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    May 2011
    Posts
    122
    Platforms
    Windows
    Thanks
    34

    Default Re: About the UWE way to install qwt

    i will try to understand, i thank that the installation is easy so i thank that i have miss a step...

    see you and thanks all

Similar Threads

  1. Replies: 0
    Last Post: 17th November 2011, 14:35
  2. Replies: 6
    Last Post: 14th March 2011, 00:49
  3. Replies: 4
    Last Post: 18th April 2010, 01:37
  4. How install fonts with make install
    By jiveaxe in forum Qt Programming
    Replies: 1
    Last Post: 2nd January 2008, 20:38
  5. "make install" doesn't install binary
    By jiveaxe in forum Newbie
    Replies: 2
    Last Post: 2nd January 2008, 13:00

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
  •  
Qt is a trademark of The Qt Company.