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. Is there any option to avoid to generate example projects for configure?
Forum Updated to NodeBB v4.3 + New Features

Is there any option to avoid to generate example projects for configure?

Scheduled Pinned Locked Moved Installation and Deployment
5 Posts 2 Posters 2.4k 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.
  • F Offline
    F Offline
    fifth
    wrote on last edited by
    #1

    It was tedious to generate so many example projects. I didn't found any option in configure help.

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      not directly, but indirectly:

      call configure with the needed options. The one I took are:

      • configure.exe -debug-and-release -opensource -confirm-license -platform win32-g++ -no-exceptions -dont-process -no-qt3support -webkit -qt-sql-sqlite -qt-zlib -qt-libpng -qt-libjpeg
        ** the important one is: * -dont-process*
      • Now you have to build the makefiles (but only for the libraries, not for the tools):
        ** bin\qmake.exe projects.pro QT_BUILD_PARTS=“libs”
      • Now you can build Qt:
        ** mingw32-make.exe

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      1 Reply Last reply
      0
      • F Offline
        F Offline
        fifth
        wrote on last edited by
        #3

        Hi Gerolf,

        I'm using shadow build to create my own libraries.

        For step 2, shadow build didn't copy a projects.pro to that shadow directory.
        I also tried running qmake from current shadow dir to build projects.pro which was located at source dir, nothing happened, even no error.

        1 Reply Last reply
        0
        • G Offline
          G Offline
          giesbert
          wrote on last edited by
          #4

          where ever you have shadow builds...

          If you want to build Qt, go to a console, call configure, then call qmake and mingw-make, it should work (or whatever make you use).

          Nokia Certified Qt Specialist.
          Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

          1 Reply Last reply
          0
          • F Offline
            F Offline
            fifth
            wrote on last edited by
            #5

            Now it started compiling.
            Thanks.

            [quote author="Gerolf" date="1297847955"]where ever you have shadow builds...

            If you want to build Qt, go to a console, call configure, then call qmake and mingw-make, it should work (or whatever make you use).[/quote]

            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