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. Tryin to build QT Creator 4.7 on Windows Server 2012 R2
Forum Updated to NodeBB v4.3 + New Features

Tryin to build QT Creator 4.7 on Windows Server 2012 R2

Scheduled Pinned Locked Moved Solved Installation and Deployment
8 Posts 3 Posters 1.5k Views
  • 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
    Crashdog
    wrote on last edited by aha_1980
    #1

    Hello,
    QT 5.11 compiled and installed fine using MSVS 2017. When trying to compile QT Creator I run into this issue:
    QBS-1229

    This appears to be know for quite some time and still unfixed ? or did I miss anything ? I could not find anything else on this proble when googling or using the search function in the forum.

    Does anyone know how to correctoy fix this . Maybe I should mention that I removed following directories from QT 5.11 prior to compiling:
    qtgamepad
    qtmultimedia
    qtvirtualkeyboard
    qtwebglplugin
    qtx11extras

    compile options are :
    E:\qt-everywhere-src-5.11.1\configure.bat -static -release -no-opengl -platform win32-msvc -opensource -confirm-license -nomake examples -nomake tools -nomake tests -prefix d:\qt\qt5.11

    Kind Regards,

    Gerhard

    jsulmJ 1 Reply Last reply
    0
    • C Crashdog

      Hello,
      QT 5.11 compiled and installed fine using MSVS 2017. When trying to compile QT Creator I run into this issue:
      QBS-1229

      This appears to be know for quite some time and still unfixed ? or did I miss anything ? I could not find anything else on this proble when googling or using the search function in the forum.

      Does anyone know how to correctoy fix this . Maybe I should mention that I removed following directories from QT 5.11 prior to compiling:
      qtgamepad
      qtmultimedia
      qtvirtualkeyboard
      qtwebglplugin
      qtx11extras

      compile options are :
      E:\qt-everywhere-src-5.11.1\configure.bat -static -release -no-opengl -platform win32-msvc -opensource -confirm-license -nomake examples -nomake tools -nomake tests -prefix d:\qt\qt5.11

      Kind Regards,

      Gerhard

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Crashdog Is there a reason you're trying to compile QtCreator by yourself instead of using pre built Windows version?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      aha_1980A 1 Reply Last reply
      1
      • jsulmJ jsulm

        @Crashdog Is there a reason you're trying to compile QtCreator by yourself instead of using pre built Windows version?

        aha_1980A Offline
        aha_1980A Offline
        aha_1980
        Lifetime Qt Champion
        wrote on last edited by
        #3

        And why do you want to build it static?

        Qt has to stay free or it will die.

        1 Reply Last reply
        1
        • C Offline
          C Offline
          Crashdog
          wrote on last edited by Crashdog
          #4

          The main reason is that it's difficult to download exe files in the organization that I work for. Every exe needs to be approved prior to download. Since the source is delivered as zip file it's easier to get.

          The static compile is not really a must for QT Creator. I just kept the settings that I use to compile QT. Since I need to statically link the QT libraries in my programs.

          Cheers,

          Gerhard

          aha_1980A 1 Reply Last reply
          0
          • C Crashdog

            The main reason is that it's difficult to download exe files in the organization that I work for. Every exe needs to be approved prior to download. Since the source is delivered as zip file it's easier to get.

            The static compile is not really a must for QT Creator. I just kept the settings that I use to compile QT. Since I need to statically link the QT libraries in my programs.

            Cheers,

            Gerhard

            aha_1980A Offline
            aha_1980A Offline
            aha_1980
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @Crashdog

            IIRC, the QBS plugin is still optional and not build if the QBS submodule is not checked out. So maybe you could build Creator without QBS support, if that is okay for you.

            Qt has to stay free or it will die.

            1 Reply Last reply
            0
            • C Offline
              C Offline
              Crashdog
              wrote on last edited by
              #6

              @aha_1980 can you give me a hint on how to remove QBS for the build ? The README.md does not go into that and I could not find any hints elsewhere...
              https://wiki.qt.io/Building_Qt_Creator_from_Git suggests not to check it out from git. But since I downloaded the zip file it appers to be integrated.

              Cheers

              Gerhard

              aha_1980A 1 Reply Last reply
              0
              • C Crashdog

                @aha_1980 can you give me a hint on how to remove QBS for the build ? The README.md does not go into that and I could not find any hints elsewhere...
                https://wiki.qt.io/Building_Qt_Creator_from_Git suggests not to check it out from git. But since I downloaded the zip file it appers to be integrated.

                Cheers

                Gerhard

                aha_1980A Offline
                aha_1980A Offline
                aha_1980
                Lifetime Qt Champion
                wrote on last edited by
                #7

                @Crashdog

                I have not tried, but I think deleting the qbs subdirectory should be enough.

                Qt has to stay free or it will die.

                1 Reply Last reply
                0
                • C Offline
                  C Offline
                  Crashdog
                  wrote on last edited by
                  #8

                  by renaming qbs.pro to something else it's ignored... however I had so many followup errors that I gave up. Set it to solved though.

                  1 Reply Last reply
                  1

                  • Login

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Users
                  • Groups
                  • Search
                  • Get Qt Extensions
                  • Unsolved