Qt Forum

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

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Script tools not found when building Qt

    General and Desktop
    script tools 5.4 open source configure make
    2
    4
    1708
    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.
    • C
      Chris last edited by

      I am trying to build Qt and get this error

      Project ERROR: Unknown module(s) in QT: script scripttools

      I built this package qt-opensource-mac-x64-clang-5.4.0 using

      OPENSSL_LIBS='-L/Users/<user>/OpenSSL-for-iPhone-master/lib -lssl -lcrypto' ./configure -script -xplatform macx-ios-clang -debug-and-release -I/Users/<user>/OpenSSL-for-iPhone-master/include -openssl-linked -prefix ../../ios/ -nomake examples -nomake tests -sdk iphonesimulator

      It builds fine and I am able to run make && make install without any issues. When I start QtCreator though and select the build kit I get the following error "Project ERROR: Unknown module(s) in QT: script scripttools"

      I am using the open source license in Qt 5.4.0. Let me know what other information needs to be provided and I will gladly respond as quickly as possible.

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

        Hi and welcome to devnet,

        Something's not clear, are you cross-compiling Qt for iOS ?

        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 Reply Quote 0
        • C
          Chris last edited by

          Yes, I am trying to build Qt so that I can build an iOS app that runs engine code written with Qt.

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

            Are you sure all available modules were built ?

            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 Reply Quote 0
            • First post
              Last post