Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Cross platform installation

Cross platform installation

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 933 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.
  • K Offline
    K Offline
    kubain
    wrote on last edited by
    #1

    Hello everyone,
    I'm doing cross-platform developpement (writing under Windows, with Eclipse CDT using Cygwin compiler for UNIX target) and I would like to use the MessageBox functionnality of Qt.

    First question: do i need to install the entire Qt solution or can I use a smaller package?
    Second question: how to install it for cygwin? I read some topics about it but nothing is really clear for my simple mind !

    Thanks for all :)

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      welcome to devnet

      You need to install a complete package for each of your desired compilers, if you are taking advantage of the pre-builds. You can compile Qt libs yourself. There you can reduce the number of options a bit. Check out "this section":http://qt-project.org/doc/qt-5.0/qtdoc/install-win.html The configure.exe gives you also all possible options. Could find them only for "older Qt 4":http://qt-project.org/doc/qt-4.8/configure-options.html Probably most of them are still identical, but I would assume that of them have changed.
      AFAIK you need to compile Qt libs for cygwin on your own. IIRC you cannot copy those builds to a linux platform nor from a linux platform. Though, you would do a linux style work on windows, but not real cross platform development. The final compilation would have to be done under Linux anyhow.
      The mingw compiler is basically the same gcc as under linux. Under windows you should unearth already most incompatibilities respectively avoid those.
      My recommendation would be to use a virtual machine with a linux partition for compilation under linux. That is the way I do it. Is in my opinion more logical.

      Vote the answer(s) that helped you to solve your issue(s)

      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