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. Qt Maintenance Tool fails to install Qtscript [FIXED]
QtWS25 Last Chance

Qt Maintenance Tool fails to install Qtscript [FIXED]

Scheduled Pinned Locked Moved Installation and Deployment
qtscriptqt5.5maintenancetoolinstallation
7 Posts 3 Posters 4.9k 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.
  • F Offline
    F Offline
    frankiefrank
    wrote on 16 Jul 2015, 13:15 last edited by frankiefrank
    #1

    I am using the latest Qt Maintenance tool. I've added Qt 5.5 to my system, but only after installation I noticed the bin folder doesn't have Qt5Script.dll and Qt5Scriptd.dll. I remembered I saw Qt Script as an optional checkbox in the maintenance tool, so I tried running that to add it.

    I'm getting this error:
    "Error during installation process (qt.55.qtscript.win32_msvc2010):
    Could not find the needed QmakeOutputInstallerKey(qt.55.win32_msvc_2010_qmakeoutput) value on the installer object. The ConsumeOutput operation on the valid qmake needs to be called first)."

    Now I'm not even sure that's the thing I need, since I want QtScript pre-built for my framework (msvc2010 32bit). I see in different forums that QtScript has not been deleted, just deprecated, but does it actually mean it's not shipped as a part of the installers?

    "Roads? Where we're going, we don't need roads."

    1 Reply Last reply
    0
    • F Offline
      F Offline
      frankiefrank
      wrote on 17 Jul 2015, 06:24 last edited by
      #2

      I've opened a QT-BUG: https://bugreports.qt.io/browse/QTBUG-47275

      "Roads? Where we're going, we don't need roads."

      1 Reply Last reply
      0
      • F Offline
        F Offline
        frankiefrank
        wrote on 2 Aug 2015, 11:30 last edited by
        #3

        Is there any way to get the right QtScript dll file? This is preventing me from updating my application to Qt 5.5.

        "Roads? Where we're going, we don't need roads."

        1 Reply Last reply
        0
        • C Offline
          C Offline
          Chris Kawa
          Lifetime Qt Champion
          wrote on 2 Aug 2015, 11:58 last edited by Chris Kawa 8 Feb 2015, 11:58
          #4

          If you select the Qt Script in the 5.5 branch in the maintenance tool you will see the detailed name in the right panel (or the tooltip if you just hover over it) : Qt 5.5.0 Prebuilt Components for gcc 64-bit.

          Since you're using VS2010 that's definitely not what you're looking for and I admit it's a strange package considering there's no pre-built 64bit gcc package of Qt offered.

          From what I remember from discussions on the mailing list the consensus was that deprecation of QtScript module means it will no longer be a part of the pre-built packages and that you need to build it from source yourself if you still want to use it.

          1 Reply Last reply
          0
          • F Offline
            F Offline
            frankiefrank
            wrote on 2 Aug 2015, 15:10 last edited by
            #5

            I understand that the meaning of deprecated is that it's not encouraged to use this package, though it is still in the source. But I imagined it would still be provided in the pre-built offering. It's kind of a hassle to build Qt from source for this. But I'll see if I can do this.

            "Roads? Where we're going, we don't need roads."

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 2 Aug 2015, 20:04 last edited by
              #6

              Hi,

              You don't have to build all of Qt to build QtScript for your installed Qt. You can just use qmake + nmake, nmake install and you should be good to go.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • F Offline
                F Offline
                frankiefrank
                wrote on 17 Aug 2015, 17:41 last edited by
                #7

                Thanks SGaist, I built it on my end and seem to be working alright.

                "Roads? Where we're going, we don't need roads."

                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