Skip to content

Installation and Deployment

Your Qt just doesn't want to build? Your compiler can't find the libs? Here's where you find comfort and understanding. And help.
9.8k Topics 51.2k Posts
  • 0 Votes
    7 Posts
    5k Views
    Chris KawaC
    @mourke said : They're dynamically linked libraries so they'd only be loaded once the code is called correct? No. The function pointers are resolved when your module is loaded. That's when you're getting that error. What you can do is put that troublesome part into another dll and load it dynamically (e.g. using QLibrary) only on Windows versions that support it.
  • Where to install a db connector?

    Moved Solved
    3
    0 Votes
    3 Posts
    374 Views
    U
    Thanks man... Still don't decide which installation tool to use... may be some kind of wizard.. Thanks.
  • Simplest way to install Qt in Ubuntu (19.10) with MySQL driver?

    Unsolved
    28
    0 Votes
    28 Posts
    6k Views
    SGaistS
    It's the first thing that gets built however, you are currently making things more complicated than necessary. You should just build the plugin using your already installed Qt rather than the full thing.
  • Qt WebGL Streaming without GPU

    Unsolved
    3
    0 Votes
    3 Posts
    801 Views
    Pablo J. RoginaP
    @condo4 said in Qt WebGL Streaming without GPU: I find the solution myself. great and thank you for sharing it. please don't forget to mark this post as solved then!
  • Multiple binaries from same source files

    Unsolved
    1
    0 Votes
    1 Posts
    278 Views
    No one has replied
  • Build statically linked app for mac

    Solved
    4
    0 Votes
    4 Posts
    547 Views
    SGaistS
    The qmldir option is to point the tool to your qml sources, if you use any, so that the corresponding dependencies are also deployed.
  • Installation fails: No file name specified

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    R
    @mcleary You are correct and updating BIOS solved the problem. Thanks you so much!
  • qtvirtualkeyboard only processed when USB device is connected

    Unsolved
    1
    0 Votes
    1 Posts
    185 Views
    No one has replied
  • Update of MaintenanceTool on Windows behaviour

    Unsolved maintenancetool updating windows 10 64 bit
    9
    0 Votes
    9 Posts
    3k Views
    J
    Hi koahning, I've had a similar problem. Maybe my bugreport helps: https://bugreports.qt.io/browse/QTIFW-1003 After installing notepad++ and assigning ".vbs" extension to it, windows wasn't able to execute ".vbs" scripts anymore. Resetting the assignment in the regedit (HKEY_CLASSES_ROOT.vbs to "VBSFile") solves this issue. Maybe this solves your issue, too. Regards Jazzco
  • Want to share a custom wizard which can be used to create the c file

    Solved
    1
    3 Votes
    1 Posts
    200 Views
    No one has replied
  • Help with ./configure

    Unsolved
    3
    0 Votes
    3 Posts
    387 Views
    JKSHJ
    Hi, and welcome! @Yalimyulad said in Help with ./configure: Hello there I am trying to create the correct ./configure for compiling qt-everywhere-opensource-src-4.8.7 using Ubuntu 16.04 64bit Could you provide more details on your goals? Why compile from source instead of using a pre-compiled version? Why use Qt 4.8 (which reached end-of-life in 2015) instead of Qt 5? What device (and what OS) are you targetting? In case it helps, here is a very detailed step-by-step tutorial that shows you how to build Qt 5.12.7 on different models of Raspberry Pi: https://www.tal.org/tutorials/building-qt-512-raspberry-pi
  • Error in qt 5.12.7 QSqlDatabase: QMYSQL driver not loaded

    Solved
    14
    0 Votes
    14 Posts
    3k Views
    S
    @Christian-Ehrlicher This is true... (I swear, I didn't see your post before to find this solution. So I just add those commands I used for those it coul'd help : cd ~/Qt/5.12.7/Src sh configure -sql-mysql Choose youre version Type 'c' if you want to use the Commercial Edition. Type 'o' if you want to use the Open Source Edition. Which edition of Qt do you want to use? o Accept license Type 'L' to view the GNU Lesser General Public License version 3 (LGPLv3). Type 'G' to view the GNU General Public License version 2 (GPLv2). Type 'y' to accept this license offer. Type 'n' to decline this license offer. Do you accept the terms of either license? y And be sure to see this line MySql .................................. yes cd qtbase/src/plugins/sqldrivers/mysql/ /home/smv/Qt/5.12.7/gcc_64/bin/qmake "INCLUDEPATH+=/usr/include/mysql" "LIBS+=-L/usr/lib/mysql -lmysqlclient_r" mysql.pro make install That's it :) Thanks everyone for your great help.
  • Need tutorials or steps for configurating native qt creator

    Solved
    4
    0 Votes
    4 Posts
    491 Views
    K
    @fantasyhpu Certainly is the offline installer an option. However, this is also eating HD space until you can remove when you have the proper Qt libs installed.
  • 0 Votes
    2 Posts
    191 Views
    SGaistS
    Hi and welcome to devnet, You're image is not visible.
  • How to select the component just for C/C++ study?

    Solved
    3
    0 Votes
    3 Posts
    443 Views
    F
    @aha_1980 Hi, your answer is very clear, I understand. Thank you.
  • How to build Qt on system without a GUI?

    Unsolved
    92
    0 Votes
    92 Posts
    30k Views
    Pavel_47P
    I've just tried once more resync the /usr/lib. ... and it failed immediately: 2020/02/14 12:25:34 [7746] receiving file list 2020/02/14 12:25:34 [7749] rsync: send_files failed to open "/usr/lib/cups/backend/vnc": Permission denied (13) 2020/02/14 12:25:38 [7749] sent 5,485 bytes received 1,284,984 bytes 73,741.09 bytes/sec 2020/02/14 12:25:38 [7749] total size is 3,341,241,457 speedup is 2,589.17 2020/02/14 12:25:38 [7746] rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1668) [generator=3.1.2]
  • Qt 5.14.1 issues on Mac while building ROS Kinetic.

    Unsolved qt5.14.1 ros macos
    3
    0 Votes
    3 Posts
    1k Views
    N
    I'm running MacOS Mojave 10.14.5 and have Xcode 10.2 installed. The reason for the above error is due to the configure option -c++std c++11. Removing that constraint allowed the build to progress. I got two further build errors: In qtcanvas3d, which I was able to circumvent by skipping the module. In qtvirtualkeyboard, the hunspell include path incorrectly includes the hunspell subfolder since the header file refers to `hunspell/hunspell.h'. I hacked this by creating a subfolder and a symlink back to the header file in its original location. (See error details below.) With these workarounds, I was able to get a successful make using the following configuration: ../configure -qtlibinfix 5.14.1G -qtlibinfix-plugins -opensource -debug-and-release -developer-build -framework -pkg-config -nomake tests -skip qtandroidextras -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebglplugin -skip qtwebview -skip qtwinextras -skip qtx11extras -skip qtcanvas3d Expecting make install to install into the default -prefix location, I was disappointed to find that /usr/local did not contain any new Qt folders; neither Qt-5.14.1 nor Qt-5.14.1G were there, nor were there any other new folders there that might have come from the build. I'll need to debug this issue, but since I haven't used qmake before, I'll need to get familair with its way of doing things first, including understanding .pro files. I am pleased to see that the significant outputs from my build are all marked with the suffix I asked for in the -qtlibinfix 5.14.1G -qtlibinfix-plugins configuration options. Hopefully this will make it easier to debug the qt_gui_cpp package in ROS Kinetic. What is nice is that the header I am having difficulties with in the ROS build compiled correctly in my Qt build. Thus I can be sure that until ROS builds, the error is in ROS not Qt. Error (1) qtcanvas3d: /Users/user/Programming/Qt/qt5/build/qtbase/bin/moc -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQTCANVAS3D_LIBRARY -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_PLUGIN -DQT_OPENGLEXTENSIONS_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /Users/user/Programming/Qt/qt5/build/qtcanvas3d/src/imports/qtcanvas3d/.moc/debug/moc_predefs.h -I/Users/user/Programming/Qt/qt5/qtbase/mkspecs/macx-clang -I/Users/user/Programming/Qt/qt5/qtcanvas3d/src/imports/qtcanvas3d -I/Users/user/Programming/Qt/qt5/build/qtbase/include -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtOpenGLExtensions -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtQuick -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtGui -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtQmlModels -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtQml/5.14.1 -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtQml/5.14.1/QtQml -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtQml -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtNetwork -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtCore/5.14.1 -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtCore/5.14.1/QtCore -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtCore -I. -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -F/Users/user/Programming/Qt/qt5/build/qtbase/lib -Muri=QtCanvas3D /Users/user/Programming/Qt/qt5/qtcanvas3d/src/imports/qtcanvas3d/glstatestore_p.h -o .moc/debug/moc_glstatestore_p.cpp /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -g -std=c++1y -fapplication-extension -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -mmacosx-version-min=10.13 -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -Wextra -Winconsistent-missing-override -Wobjc-interface-ivars -Wobjc-method-access -Wobjc-multiple-method-names -Werror=unguarded-availability -Werror=unguarded-availability-new -Werror=unsupported-availability-guard -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQTCANVAS3D_LIBRARY -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_PLUGIN -DQT_OPENGLEXTENSIONS_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/Users/user/Programming/Qt/qt5/qtcanvas3d/src/imports/qtcanvas3d -I. -I/Users/user/Programming/Qt/qt5/build/qtbase/include -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtOpenGLExtensions -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtQuick -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtGui -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtQmlModels -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtQml/5.14.1 -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtQml/5.14.1/QtQml -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtQml -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtNetwork -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtCore/5.14.1 -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtCore/5.14.1/QtCore -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtCore -I.moc/debug -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AGL.framework/Headers -I/Users/user/Programming/Qt/qt5/qtbase/mkspecs/macx-clang -F/Users/user/Programming/Qt/qt5/build/qtbase/lib -o .obj/debug/moc_glstatestore_p.o .moc/debug/moc_glstatestore_p.cpp rm -f libqtcanvas3d_debug.dylib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names -fapplication-extension -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/Users/user/Programming/Qt/qt5/build/qtbase/lib -single_module -dynamiclib -o libqtcanvas3d_debug.dylib .obj/debug/arrayutils.o .obj/debug/qcanvas3d_plugin.o .obj/debug/enumtostringmap.o .obj/debug/abstractobject3d.o .obj/debug/canvas3d.o .obj/debug/buffer3d.o .obj/debug/canvasrendernode.o .obj/debug/context3d.o .obj/debug/contextattributes.o .obj/debug/framebuffer3d.o .obj/debug/program3d.o .obj/debug/renderbuffer3d.o .obj/debug/shader3d.o .obj/debug/shaderprecisionformat.o .obj/debug/teximage3d.o .obj/debug/texture3d.o .obj/debug/uniformlocation.o .obj/debug/activeinfo3d.o .obj/debug/canvasglstatedump.o .obj/debug/compressedtextures3tc.o .obj/debug/compressedtexturepvrtc.o .obj/debug/glcommandqueue.o .obj/debug/renderjob.o .obj/debug/canvasrenderer.o .obj/debug/canvastextureprovider.o .obj/debug/glstatestore.o .obj/debug/openglversionchecker.o .obj/debug/moc_qcanvas3d_plugin.o .obj/debug/moc_abstractobject3d_p.o .obj/debug/moc_canvas3d_p.o .obj/debug/moc_buffer3d_p.o .obj/debug/moc_canvasrendernode_p.o .obj/debug/moc_context3d_p.o .obj/debug/moc_contextattributes_p.o .obj/debug/moc_framebuffer3d_p.o .obj/debug/moc_program3d_p.o .obj/debug/moc_renderbuffer3d_p.o .obj/debug/moc_shader3d_p.o .obj/debug/moc_shaderprecisionformat_p.o .obj/debug/moc_teximage3d_p.o .obj/debug/moc_texture3d_p.o .obj/debug/moc_uniformlocation_p.o .obj/debug/moc_activeinfo3d_p.o .obj/debug/moc_canvasglstatedump_p.o .obj/debug/moc_compressedtextures3tc_p.o .obj/debug/moc_compressedtexturepvrtc_p.o .obj/debug/moc_glcommandqueue_p.o .obj/debug/moc_canvasrenderer_p.o .obj/debug/moc_canvastextureprovider_p.o .obj/debug/moc_glstatestore_p.o -F/Users/user/Programming/Qt/qt5/build/qtbase/lib /Users/user/Programming/Qt/qt5/build/qtbase/lib/libQt5OpenGLExtensions5.14.1G_debug.a -framework QtQuick5.14.1G -framework QtGui5.14.1G -framework AppKit -framework Metal -framework QtQmlModels5.14.1G -framework QtQml5.14.1G -framework QtNetwork5.14.1G -framework QtCore5.14.1G -framework DiskArbitration -framework IOKit -framework OpenGL -framework AGL Undefined symbols for architecture x86_64: "QtCanvas3D::CanvasUniformLocation::staticMetaObject", referenced from: int qmlRegisterUncreatableType<QtCanvas3D::CanvasUniformLocation>(char const*, int, int, char const*, QString const&) in qcanvas3d_plugin.o QtPrivate::MetaObjectForType<QtCanvas3D::CanvasUniformLocation*, void>::value() in qcanvas3d_plugin.o "vtable for QtCanvas3D::CanvasUniformLocation", referenced from: QtCanvas3D::CanvasUniformLocation::CanvasUniformLocation(QtCanvas3D::CanvasGlCommandQueue*, QObject*) in uniformlocation.o QtCanvas3D::CanvasUniformLocation::~CanvasUniformLocation() in uniformlocation.o NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[5]: *** [/Users/user/Programming/Qt/qt5/build/qtbase/qml/QtCanvas3D/libqtcanvas3d_debug.dylib] Error 1 make[4]: *** [debug-all] Error 2 make[3]: *** [sub-qtcanvas3d-make_first] Error 2 make[2]: *** [sub-imports-make_first-ordered] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtcanvas3d-make_first] Error 2 Error (2) qtvirtualkeyboard: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -include.pch/debug/QtHunspellInputMethod5.14.1G_debug_x86_64.pch/c++_x86_64 -pipe -stdlib=libc++ -g -std=c++1y -fapplication-extension -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -mmacosx-version-min=10.13 -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -Wextra -Winconsistent-missing-override -Wobjc-interface-ivars -Wobjc-method-access -Wobjc-multiple-method-names -Werror=unguarded-availability -Werror=unguarded-availability-new -Werror=unsupported-availability-guard -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -DQHUNSPELLINPUTMETHOD_LIBRARY -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_HUNSPELLINPUTMETHOD_LIB -DQT_BUILDING_QT -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_VIRTUALKEYBOARD_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/Users/user/Programming/Qt/qt5/qtvirtualkeyboard/src/plugins/hunspell/hunspellinputmethod -I. -I/Users/user/Programming/Qt/qt5/build/qtbase/include -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtHunspellInputMethod -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtHunspellInputMethod/5.14.1 -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtHunspellInputMethod/5.14.1/QtHunspellInputMethod -I/usr/local/Cellar/hunspell/1.6.2/include/hunspell -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtVirtualKeyboard/5.14.1 -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtVirtualKeyboard/5.14.1/QtVirtualKeyboard -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtGui/5.14.1 -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtGui/5.14.1/QtGui -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtVirtualKeyboard -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtQuick -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtGui -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtCore/5.14.1 -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtCore/5.14.1/QtCore -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtQmlModels -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtQml -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtNetwork -I/Users/user/Programming/Qt/qt5/build/qtbase/include/QtCore -I.moc/debug -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AGL.framework/Headers -I/Users/user/Programming/Qt/qt5/qtbase/mkspecs/macx-clang -F/Users/user/Programming/Qt/qt5/build/qtbase/lib -o .obj/debug/hunspellinputmethod.o /Users/user/Programming/Qt/qt5/qtvirtualkeyboard/src/plugins/hunspell/hunspellinputmethod/hunspellinputmethod.cpp In file included from /Users/user/Programming/Qt/qt5/qtvirtualkeyboard/src/plugins/hunspell/hunspellinputmethod/hunspellinputmethod.cpp:30: In file included from /Users/user/Programming/Qt/qt5/build/qtbase/include/QtHunspellInputMethod/5.14.1/QtHunspellInputMethod/private/hunspellinputmethod_p_p.h:1: In file included from /Users/user/Programming/Qt/qt5/build/qtbase/include/QtHunspellInputMethod/5.14.1/QtHunspellInputMethod/private/../../../../../../../qtvirtualkeyboard/src/plugins/hunspell/hunspellinputmethod/hunspellinputmethod_p_p.h:45: In file included from /Users/user/Programming/Qt/qt5/build/qtbase/include/QtHunspellInputMethod/5.14.1/QtHunspellInputMethod/private/hunspellworker_p.h:1: /Users/user/Programming/Qt/qt5/build/qtbase/include/QtHunspellInputMethod/5.14.1/QtHunspellInputMethod/private/../../../../../../../qtvirtualkeyboard/src/plugins/hunspell/hunspellinputmethod/hunspellworker_p.h:51:10: fatal error: 'hunspell/hunspell.h' file not found #include <hunspell/hunspell.h> ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. make[6]: *** [.obj/debug/hunspellinputmethod.o] Error 1 make[5]: *** [debug-all] Error 2 make[4]: *** [sub-hunspellinputmethod-make_first] Error 2 make[3]: *** [sub-hunspell-make_first] Error 2 make[2]: *** [sub-plugins-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtvirtualkeyboard-make_first] Error 2
  • Classroom Deployment of QT for multiple pcs and for all users (windows)

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    aha_1980A
    @ClassroomAdmin said in Classroom Deployment of QT for multiple pcs and for all users (windows): I mean headless and login won't go hand in hand. You will most likely have to provide the login data as command line parameter or as file. So again, what's the point in all of it? As @jsulm said, we are fully with you and unsatisfied with this situation. But you have to put the pressure on The Qt Company, not on us. And you even provide a complete offline installer package, so why not make it usable for everyone. The offline installer will only be available for commercial customers in future. Regards
  • Post installing Qmake for new devices

    Unsolved rpi raspberry pi desktop ubuntu ubuntu 16.04
    2
    0 Votes
    2 Posts
    1k Views
    J.HilkJ
    @Yalimyulad said in Post installing Qmake for new devices: Is it possible to somehow copy the Qmake I have built from raspberry pi to my desktop? Nothing is physically stopping you, but it won't work. qmake is created and specific to the Qt FrameWork/Compiler used for that framework. The compiler on your pi is not the same as the one you would use for cross compiling If you want to really cross compile for the Pi , you will have to jump through some loops. There are some guides out there for example this wiki entries https://wiki.qt.io/Raspberry_Pi_Beginners_Guide https://wiki.qt.io/RaspberryPi2EGLFS
  • Support for ARM Cortex A7

    Unsolved
    5
    0 Votes
    5 Posts
    575 Views
    Pablo J. RoginaP
    @Namiruc said in Support for ARM Cortex A7: I use a VAR-SOM-6UL (imx6) board and I want to install QT Assuming such board is this one from Variscite (since you didn't provide details about it), you may want to look into its wiki.