Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Static build, issue with QtCreator (related to ABI detection)
Forum Updated to NodeBB v4.3 + New Features

Qt Static build, issue with QtCreator (related to ABI detection)

Scheduled Pinned Locked Moved General and Desktop
12 Posts 2 Posters 9.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.
  • S Offline
    S Offline
    Satmosc
    wrote on last edited by
    #3

    Already sent , thanks for help dear tobias

    M.Hatami
    To the Rationalism

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Satmosc
      wrote on last edited by
      #4

      I got at least a working copy of Static build based on 4.7.4 on MSVC2008 with following CONFIG:
      @set QTDIR=.....
      set QMAKESPEC=win32-msvc2008
      set OPENSSL=C:\OpenSSL
      set INCLUDE=%OPENSSL%\include;%INCLUDE%
      set LIB=%OPENSSL%\lib;%LIB%
      set PATH=%QTDIR%\bin;%OPENSSL%\bin;%PATH%

      also , I changed CFLAGS
      @QMAKE_CFLAGS_RELEASE = -O1 -MT
      QMAKE_CFLAGS_DEBUG = -Zi -MTd@

      configure.exe -static -opensource -platform win32-msvc2008 -nomake examples -nomake demos
      ../jom/jom.exe -j 4@

      but new problem occurred. now the ABI is "x86-windows-unknown-pe-32bit" !!!!!!!!

      • where i made a mistake or what do you think ?*

      the system is unable to locate a correct toolchain... in Qt Creator

      M.Hatami
      To the Rationalism

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Satmosc
        wrote on last edited by
        #5

        Thanks to "Tobias Hunger: for his solution as mentioned in the "Qt Reported Bug 4771":http://bugreports.qt.nokia.com/browse/QTCREATORBUG-4771

        just need to copy QtCore*.dll for now. thanks for his help and support

        M.Hatami
        To the Rationalism

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tobias.hunger
          wrote on last edited by
          #6

          Satmosc: That is not a solution, that is a workaround:-)

          The solution is in Qt Creator's master branch now. I am trying to get that merged back into the Qt Creator 2.2 branch so it will be in 2.2.1 if we decide to release one.

          1 Reply Last reply
          0
          • S Offline
            S Offline
            Satmosc
            wrote on last edited by
            #7

            @Tobias Hunger : you are right , I mean it , but I wrote ":solution" that is actually "Temproary solution" until a real solution.
            by the way , it helped me alot thank you again

            M.Hatami
            To the Rationalism

            1 Reply Last reply
            0
            • T Offline
              T Offline
              tobias.hunger
              wrote on last edited by
              #8

              Thank you for taking the time needed to do good bug reports and to follow up on them. Without that the issue would still be in creator.

              1 Reply Last reply
              0
              • S Offline
                S Offline
                Satmosc
                wrote on last edited by
                #9

                Thank you very much. time is not important. as a Certified MS developer on .net platform , I found Qt much better platform than all I have used till now. it is fast and also if you get trouble , it is not like MS developer channels where you should wait for several months to year for a service pack (specially I had issue with Anti Aliasing in .NET that at last it came to play in XAML on .NET 4 platform where .NET was 4 times slower than same project with more effects on QML.(even if QML has a long road to go , but it works as expected much more better than XAML)....

                By the way , I still have problems , but I am sure it is because of my knowledge and it is great that we can get update or fix , or add our own ...

                M.Hatami
                To the Rationalism

                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  tobias.hunger
                  wrote on last edited by
                  #10

                  I split your new debugging helper issue of into "this thread":http://developer.qt.nokia.com/forums/viewthread/5724/ . It is a very different issue and I want the new issue to be more visible.

                  Unfortunately the new topic is not really my area of expertise:-(

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    Satmosc
                    wrote on last edited by
                    #11

                    @Tobias :: I think we need to reopen QTCREATORBUG-4771 because the latest SDK 2.2 version and also GIT all branches again have same Issue again !!!!!!!!!!!!!!!!
                    I remember you fixed it , I just updated my GIt version and I found that in new Git updates and all other branches again we have the same issue and we need to copy Core*.dll files to fix the issue.

                    should I reopen the 4771 ? my current QtCreator is 2.2.81 (master from GIT)

                    Thanks and kind Regards,

                    M.Hatami
                    To the Rationalism

                    1 Reply Last reply
                    0
                    • T Offline
                      T Offline
                      tobias.hunger
                      wrote on last edited by
                      #12

                      Feel free to open a new bug or reopen an existing one:-)

                      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