Script tools not found when building Qt
-
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.
-
Hi and welcome to devnet,
Something's not clear, are you cross-compiling Qt for iOS ?
-
Are you sure all available modules were built ?