Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Help on Qt project settings for linux and windows.

Help on Qt project settings for linux and windows.

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 4 Posters 1.7k 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.
  • C Offline
    C Offline
    cherple
    wrote on last edited by
    #1

    Hi all,

    I'm new to Qt and i'm told to read up more on Qt.
    But what does it mean if i'm told this:
    "learn about the qt project settings for linux and windows"?

    Anyone has any idea what that could mean?

    Thank you so much for your time.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      s.frings74
      wrote on last edited by
      #2

      I have never seen a complete documentation about the project settings. It might be best to checkout everything that you can configure there and read the embedded help.

      1 Reply Last reply
      0
      • C Offline
        C Offline
        cherple
        wrote on last edited by
        #3

        Everything there? Where is it that you're referring to?

        Hmm.. Actually, i'm using a computer right now which doesnt allow me to install anything, so i don't have a compiler nor can i install anything, i'm basically using the internet and read up as much as i can, but i have no idea where to start. And maybe like u said, there might not be a complete documentation as i've tried googling it and nothing comes up. So i'm pretty lost.

        1 Reply Last reply
        0
        • mrdebugM Offline
          mrdebugM Offline
          mrdebug
          wrote on last edited by
          #4

          There aren't particular settings on Windows or Linux or Mac and others.
          There are only some features to have a look.
          For example, if you want to write a cross platform application, is a good idea to use mingw as compiler under Windows. In this mode you will sure that the sources will builded on others architecture without any problem.

          Wellcome into Qt world. I love it very much!

          Need programmers to hire?
          www.labcsp.com
          www.denisgottardello.it
          GMT+1
          Skype: mrdebug

          1 Reply Last reply
          0
          • hskoglundH Offline
            hskoglundH Offline
            hskoglund
            wrote on last edited by
            #5

            Maybe also you read about older Qt versions.

            For example, previously, if you wanted to use C++11 features like auto etc. in your Qt app, then in your .pro file you had to use different settings for Mac, Linux and Windows.
            But starting with Qt version 5.2 it's just "CONFIG + = c++11" for all platforms :-)

            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