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. build dinamic an application
Qt 6.11 is out! See what's new in the release blog

build dinamic an application

Scheduled Pinned Locked Moved Unsolved General and Desktop
13 Posts 3 Posters 2.8k Views 2 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.
  • mrjjM Offline
    mrjjM Offline
    mrjj
    Lifetime Qt Champion
    wrote on last edited by
    #2

    If visual studio compiler is used, did u also include the
    vs runtime ?

    You should list, compiler, qt version and platform :)

    V 1 Reply Last reply
    0
    • yuvaramY Offline
      yuvaramY Offline
      yuvaram
      wrote on last edited by
      #3

      If Qt folder name is changed the toolchain path , compiler path changes.

      You can update using Qtcreator
      Tools>options>Build&Run>
      Change in Qt version tab, - qmake location
      change in compiler tab - compiler path

      Yuvaram Aligeti
      Embedded Qt Developer
      : )

      1 Reply Last reply
      0
      • mrjjM mrjj

        If visual studio compiler is used, did u also include the
        vs runtime ?

        You should list, compiler, qt version and platform :)

        V Offline
        V Offline
        vicarod
        wrote on last edited by
        #4

        I used mingw 4.8.2 32 bit, Qt 5.3 32bit and windows 7 to build application on the first computer, where she works good.

        1 Reply Last reply
        0
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #5

          Hi
          I used
          http://www.tripleboot.org/?p=138
          for my first deployment folder

          V 1 Reply Last reply
          0
          • mrjjM mrjj

            Hi
            I used
            http://www.tripleboot.org/?p=138
            for my first deployment folder

            V Offline
            V Offline
            vicarod
            wrote on last edited by
            #6

            @mrjj when i run an simple application on another computer (with he dlls from windeployqt) it works. maybe the qtrpt librairie is the problem.

            mrjjM 1 Reply Last reply
            0
            • V vicarod

              @mrjj when i run an simple application on another computer (with he dlls from windeployqt) it works. maybe the qtrpt librairie is the problem.

              mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #7

              @vicarod said:

              qtrpt

              Yes if not in deploy folder, it most likely is.

              V 1 Reply Last reply
              0
              • mrjjM mrjj

                @vicarod said:

                qtrpt

                Yes if not in deploy folder, it most likely is.

                V Offline
                V Offline
                vicarod
                wrote on last edited by
                #8

                @mrjj and what can i do ...is something to do?

                mrjjM 1 Reply Last reply
                0
                • V vicarod

                  @mrjj and what can i do ...is something to do?

                  mrjjM Offline
                  mrjjM Offline
                  mrjj
                  Lifetime Qt Champion
                  wrote on last edited by
                  #9

                  @vicarod
                  Ehh, if you copy the qrpt dlls to your deplyment folder.
                  It still dont work?

                  V 1 Reply Last reply
                  0
                  • mrjjM mrjj

                    @vicarod
                    Ehh, if you copy the qrpt dlls to your deplyment folder.
                    It still dont work?

                    V Offline
                    V Offline
                    vicarod
                    wrote on last edited by
                    #10

                    @mrjj in the directory "QtRptProject 1.5.5 binary for windows" are the same dlls like in a simple qt application and an additional QtZint.dll. I tryied to copy all these dlls to the directory of my application but did not work.

                    mrjjM 1 Reply Last reply
                    0
                    • V vicarod

                      @mrjj in the directory "QtRptProject 1.5.5 binary for windows" are the same dlls like in a simple qt application and an additional QtZint.dll. I tryied to copy all these dlls to the directory of my application but did not work.

                      mrjjM Offline
                      mrjjM Offline
                      mrjj
                      Lifetime Qt Champion
                      wrote on last edited by
                      #11

                      @vicarod said:

                      QtZint.dll

                      Hi
                      Maybe you need to build your own QtZint.dll
                      You should NOT copy qtDlls from any folder then
                      the compiler folder under Qt.
                      Mixing versions of Qt Dlls will only bring u pain.

                      V 1 Reply Last reply
                      0
                      • mrjjM mrjj

                        @vicarod said:

                        QtZint.dll

                        Hi
                        Maybe you need to build your own QtZint.dll
                        You should NOT copy qtDlls from any folder then
                        the compiler folder under Qt.
                        Mixing versions of Qt Dlls will only bring u pain.

                        V Offline
                        V Offline
                        vicarod
                        wrote on last edited by
                        #12

                        @mrjj i will try that. thanks.

                        mrjjM 1 Reply Last reply
                        0
                        • V vicarod

                          @mrjj i will try that. thanks.

                          mrjjM Offline
                          mrjjM Offline
                          mrjj
                          Lifetime Qt Champion
                          wrote on last edited by
                          #13

                          @vicarod
                          Yes please try again.
                          And make VERY sure dont mixing debug and non debug Qt Dlls.
                          The debug has d in name
                          SO for debug ONLY debug dlls. ( d in last name)
                          For release ONLY release dlls.

                          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