Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Error while installing the QWT library

Error while installing the QWT library

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bloodviper9000
    wrote on last edited by
    #1

    I m using qt 4.8.6 on Linux OS

    I followed the instructions of the video

    http://www.youtube.com/watch?v=CyAWVxavO3w

    and I ran these commands

    svn checkout svn://svn.code.sf.net/p/qwt/code/branches/qwt-6.1
    cd
    gedit INSTALL
    qmake
    make

    But when I ran the make command I m getting an error

    -Inspiron-N5010:~/qwt-6.1$ make
    cd src/ && ( test -e Makefile || /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /home/USER/qwt-6.1/src/src.pro -o Makefile ) && make -f Makefile
    Project ERROR: Unknown module(s) in QT: svg
    make: *** [sub-src-make_first-ordered] Error 3

    How to Solve the error?
    Thanks

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi,

      [quote author="bloodviper9000" date="1407381311"]I m using qt 4.8.6 on Linux OS

      ...

      cd src/ && ( test -e Makefile || /usr/lib/x86_64-linux-gnu/qt5/bin/qmake[/quote]You entered Qt 5's qmake into your command line. The output will not be compatible with Qt 4.8.6.

      Clean your project and use your Qt 4 qmake instead.

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved