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. qconfig for win32

qconfig for win32

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 3.3k 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.
  • N Offline
    N Offline
    nitin777
    wrote on last edited by
    #1

    Hi all,
    how can we configure qconfig from the qt source package for win 32? Is there any additional options to be given while configuring?
    I am using visual studio command prompt for configuring and msvc2008 for compilation.

    Thanks in advance

    nitin

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

      What do you mean with qconfig?
      The qconfig.pro?
      Typically you use only the configure.exe for configuration.

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

      1 Reply Last reply
      0
      • N Offline
        N Offline
        nitin777
        wrote on last edited by
        #3

        I meant the fine tunig feature of qt by optimizing dll size. i got some information from this link http://doc.qt.nokia.com/4.7.1/fine-tuning-features.html . In that i found a qconfig tool for enabling or disabling various features. From the above site i understood the qconfig tool is there in the tool folder of the build. I configured it by ..\qtpackage\configure -platform win32-msvc2008 -debug-and-release -opensource -qt-libjpeg -qt-gif -qt-libpng -no-qt3support -no-phonon -no-phonon-backend -webkit -qconfig . What are the changes i have to add?

        nitin

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

          I would guess that you have to build the QConfig tool first. You find a .pro and the sources in the tools directory.

          I have never used that before. But to my understanding it is more differentiated than what you already did in your configure command.

          BTW: did you try to run this command you showed?

          [quote author="nitin777" date="1306926282"]
          @
          ..\qtpackage\configure -platform win32-msvc2008 -debug-and-release -opensource -qt-libjpeg -qt-gif -qt-libpng -no-qt3support -no-phonon -no-phonon-backend -webkit -qconfig
          @[/quote]

          The -qconfig does not show up in the output text.

          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