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. Qt files required for embeeded

Qt files required for embeeded

Scheduled Pinned Locked Moved Mobile and Embedded
6 Posts 3 Posters 2.5k 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.
  • V Offline
    V Offline
    vijaykumar_thota
    wrote on last edited by
    #1

    Hi,
    Iam new to QT. I want to use QT for our embedded product. i would like to kknwo what are the files should I need into my system because when I download QT libraries it contains several files which I dont need I believe. For just specific target what files are required to be taken from the Qt libraries.
    Can you please clarify on this?

    Thanks

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

      welcome to devnet

      AFAIK there are not binaries readily available for deploying directly on an embedded device. Check out this "wiki on embedded usages.":http://qt-project.org/wiki/Category:HowTo::Qt_Embedded
      The Qt libs have to be compiled for the specific platform. Typically this is done with cross-compiling. The easiest is to use a linux platform, if you have a linux-based embedded OS. For a windows embedded platform it would be on a windows desktop installation.

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

      1 Reply Last reply
      0
      • V Offline
        V Offline
        vijaykumar_thota
        wrote on last edited by
        #3

        Thanks for your response. I will look into your suggestions.

        1 Reply Last reply
        0
        • N Offline
          N Offline
          nvharisha
          wrote on last edited by
          #4

          As suggested, except for "Standard" PC, pre-compiled libraries are not available. You need to configure & compile with your requirements.

          Number of Libraries required; actually depends on what application you are running.
          If you are running GUI based application, with only QtCore, QtGui it might be possible. Depending on application features you have added you might need more libraries. For example fancyBrowser requires QtXML, QtNetwork also.

          Hari

          1 Reply Last reply
          0
          • V Offline
            V Offline
            vijaykumar_thota
            wrote on last edited by
            #5

            Thanks Hari for your suggestion. Yes, we need to show graphics on 12.3 inch display.

            1 Reply Last reply
            0
            • V Offline
              V Offline
              vijaykumar_thota
              wrote on last edited by
              #6

              Hi, I downloaded QT SDK and installed. When I opened QT creator trying to run some examples from Demos and examples then Iam getting the error :
              NMAKE : fatal error U1065: invalid option '-'
              Stop.
              18:17:20: The process "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" exited with code 2.
              Error while building project animatedtiles (target: Desktop)
              When executing build step 'Make'

              Can you please give me a soltion how to solve this error?

              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