Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved put Dlls in .exe in Qt 5.5.1

    General and Desktop
    4
    6
    1133
    Loading More Posts
    • 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.
    • alaya
      alaya last edited by

      I'm trying to put dlls into .exe but the prblem is that when I open the command prompt I can't find configure command .I'm working with QT 5.5.1

      1 Reply Last reply Reply Quote 0
      • mrjj
        mrjj Lifetime Qt Champion last edited by

        hi
        On windows mine is at
        "C:\Qt\Qt5.5.0\5.6\Src\qtbase\configure.exe"

        JKSH 1 Reply Last reply Reply Quote 0
        • kshegunov
          kshegunov Moderators last edited by

          @alaya said:

          I'm trying to put dlls into .exe

          You can't put dlls into an exe, it's simply not possible.

          Read and abide by the Qt Code of Conduct

          mrjj 1 Reply Last reply Reply Quote 2
          • mrjj
            mrjj Lifetime Qt Champion @kshegunov last edited by

            @kshegunov
            I think he means static linking so
            trying to rebuild Qt as static :)

            kshegunov 1 Reply Last reply Reply Quote 1
            • kshegunov
              kshegunov Moderators @mrjj last edited by

              @mrjj said:

              I think he means static linking so
              trying to rebuild Qt as static

              Ah, ok. That is possible. :)

              Read and abide by the Qt Code of Conduct

              1 Reply Last reply Reply Quote 1
              • JKSH
                JKSH Moderators @mrjj last edited by JKSH

                @mrjj said:

                On windows mine is at
                "C:\Qt\Qt5.5.0\5.6\Src\qtbase\configure.exe"

                Don't call <qt>\qtbase\configure.exe. Instead, call <qt>\configure.bat

                Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                1 Reply Last reply Reply Quote 1
                • First post
                  Last post