Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Cross compiling from ubuntu to windows

Cross compiling from ubuntu to windows

Scheduled Pinned Locked Moved 3rd Party Software
4 Posts 3 Posters 4.0k 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.
  • H Offline
    H Offline
    Henrich1
    wrote on last edited by
    #1

    Hello, I'm really confused about cross compiling my application.

    I'm using qwt and muParser libraries and everything works when compiling for ubuntu. But when I want to cross compile it to windows with mingw compiler it shows errors like : cannot find -lqwt-qt4
    When I cross compile some basic app without using qwt or muParser everithing is ok.
    Someone gave mw an advice to cross sompile also qwt and muParser, but how exactly I can do it if I downloaded my libqwt5-qt4-dev from Ubuntu Software Center?

    Could anybody help me?
    I appreciate any advice.

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tucnak
      wrote on last edited by
      #2

      If you want to have cross-compiling - you should manage dependencies. Add qwt.dll and muparser.dll for example.

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on last edited by
        #3

        The libqwt5-qt4-dev package is the development files for libqwt5 for ubuntu. You will need a windows version installed in the place where your cross-compiler expects it.

        Most likely the same is true for muParser.

        1 Reply Last reply
        0
        • H Offline
          H Offline
          Henrich1
          wrote on last edited by
          #4

          How can I get windows version of qwt in my ubuntu? Is there some procedure how can I do that? thanks

          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