I need to use the QT creator and the Qt add in for VS 2015. The QT installation directs me to versions no older than QT 5.9.0. However I probably need QT 5.6.3. Anyways when I download QT 5.9.0 and then try to add it's path in the VS 2015-QT VS Tools,
I am unable to do it. It does not show any error but does not add the path.The QT creator shows the following error
Please help. Thanks
[[qanda:topic_unsolved]] Unable to add QT path to VS 2015
[[qanda:topic_unsolved]] Problem installing mqtt module on android
Hi.
During the compilation phase of the mqtt module for android I get errors both if I run it via command prompt or using QtCreator.
No problem instead on the desktop installation both in version Qt 5.14.2 MSVC2017 64bit and in Qt 5.15.0 MSVC2019 64bit.
My system is Windows 10 Home x64, Qt Creator v.4.12.4.
In the screen below appear errors by compiling with the command prompt run as an administrator:
Could Not Find C:\qtmqtt\build\src\mqtt\libQt5Mqtt_x86.so
C:\Users\Roberto\AppData\Local\Android\SDK\ndk\21.1.6352462/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++ -target i686-linux-android21 -mstackrealign -fno-limit-debug-info -Wl,--no-undefined -Wl,--enable-new-dtags -Wl,--build-id=sha1 -Wl,--no-undefined -Wl,-z,noexecstack -shared -Wl,-soname,libQt5Mqtt_x86.so -o libQt5Mqtt_x86.so @.obj\x86\object_script.libQt5Mqtt_x86.so.X86 D:/Qt/5.14.2/android/lib/libQt5Network_x86.so D:/Qt/5.14.2/android/lib/libQt5Core_x86.so -llog -lz -lm -ldl -lc
Could Not Find C:\qtmqtt\build\src\mqtt\libQt5Mqtt_arm64-v8a.so
C:\Users\Roberto\AppData\Local\Android\SDK\ndk\21.1.6352462/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++ -target aarch64-linux-android21 -fno-limit-debug-info -Wl,--no-undefined -Wl,--enable-new-dtags -Wl,--build-id=sha1 -Wl,--no-undefined -Wl,-z,noexecstack -shared -Wl,-soname,libQt5Mqtt_arm64-v8a.so -o libQt5Mqtt_arm64-v8a.so @.obj\arm64-v8a\object_script.libQt5Mqtt_arm64-v8a.so.Arm64-v8a D:/Qt/5.14.2/android/lib/libQt5Network_arm64-v8a.so D:/Qt/5.14.2/android/lib/libQt5Core_arm64-v8a.so -llog -lz -lm -ldl -lc
del libQt5Mqtt_x86_64.so
del ..\..\lib\libQt5Mqtt_x86.so
Could Not Find C:\qtmqtt\build\src\mqtt\libQt5Mqtt_x86_64.so
C:\Users\Roberto\AppData\Local\Android\SDK\ndk\21.1.6352462/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++ -target x86_64-linux-android21 -fno-limit-debug-info -Wl,--no-undefined -Wl,--enable-new-dtags -Wl,--build-id=sha1 -Wl,--no-undefined -Wl,-z,noexecstack -shared -Wl,-soname,libQt5Mqtt_x86_64.so -o libQt5Mqtt_x86_64.so @.obj\x86_64\object_script.libQt5Mqtt_x86_64.so.X86_64 D:/Qt/5.14.2/android/lib/libQt5Network_x86_64.so D:/Qt/5.14.2/android/lib/libQt5Core_x86_64.so -llog -lz -lm -ldl -lc
Could Not Find C:\qtmqtt\build\lib\libQt5Mqtt_x86.so
cmd /c move libQt5Mqtt_x86.so ..\..\lib\libQt5Mqtt_x86.so
del ..\..\lib\libQt5Mqtt_arm64-v8a.so
1 file(s) moved.
Could Not Find C:\qtmqtt\build\lib\libQt5Mqtt_arm64-v8a.so
cmd /c move libQt5Mqtt_arm64-v8a.so ..\..\lib\libQt5Mqtt_arm64-v8a.so
1 file(s) moved.
del ..\..\lib\libQt5Mqtt_x86_64.so
Could Not Find C:\qtmqtt\build\lib\libQt5Mqtt_x86_64.so
cmd /c move libQt5Mqtt_x86_64.so ..\..\lib\libQt5Mqtt_x86_64.so
1 file(s) moved
Here instead, compiling using Qt Creator:
Could Not Find C:\build-qtmqtt-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_14_2_for_Android-Debug\src\mqtt\libQt5Mqtt_armeabi-v7a.so
C:\Users\Roberto\AppData\Local\Android\SDK\ndk\21.1.6352462/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++ -target armv7a-linux-androideabi21 -fno-limit-debug-info -Wl,--no-undefined -Wl,--enable-new-dtags -Wl,--build-id=sha1 -Wl,--no-undefined -Wl,-z,noexecstack -shared -Wl,-soname,libQt5Mqtt_armeabi-v7a.so -o libQt5Mqtt_armeabi-v7a.so @.obj\armeabi-v7a\object_script.libQt5Mqtt_armeabi-v7a.so.Armeabi-v7a D:/Qt/5.14.2/android/lib/libQt5Network_armeabi-v7a.so D:/Qt/5.14.2/android/lib/libQt5Core_armeabi-v7a.so -llog -lz -lm -ldl -lc
del ..\..\lib\libQt5Mqtt_armeabi-v7a.so
Could Not Find C:\build-qtmqtt-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_14_2_for_Android-Debug\lib\libQt5Mqtt_armeabi-v7a.so
cmd /c move libQt5Mqtt_armeabi-v7a.so ..\..\lib\libQt5Mqtt_armeabi-v7a.so
1 file(s) moved.
make[2]: Leaving directory 'C:/build-qtmqtt-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_14_2_for_Android-Debug/src/mqtt'
make[1]: Leaving directory 'C:/build-qtmqtt-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_14_2_for_Android-Debug/src'
10:25:04: The process "C:\Users\Roberto\AppData\Local\Android\SDK\ndk\21.1.6352462\prebuilt\windows-x86_64\bin\make.exe" exited normally.
10:25:04: Starting: "C:\Users\Roberto\AppData\Local\Android\SDK\ndk\21.1.6352462\prebuilt\windows-x86_64\bin\make.exe" "INSTALL_ROOT=C:\build-qtmqtt-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_14_2_for_Android-Debug\android-build" install
cd src\ && ( if not exist Makefile D:\Qt\5.14.2\android\bin\qmake.exe -o Makefile C:\qtmqtt\src\src.pro -spec android-clang "CONFIG+=debug" "CONFIG+=qml_debug" "ANDROID_ABIS=armeabi-v7a" ) && C:/Users/Roberto/AppData/Local/Android/SDK/ndk/21.1.6352462/prebuilt/windows-x86_64/bin/make -f Makefile install
make[1]: Entering directory 'C:/build-qtmqtt-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_14_2_for_Android-Debug/src'
cd mqtt\ && ( if not exist Makefile D:\Qt\5.14.2\android\bin\qmake.exe -o Makefile C:\qtmqtt\src\mqtt\mqtt.pro -spec android-clang "CONFIG+=debug" "CONFIG+=qml_debug" "ANDROID_ABIS=armeabi-v7a" ) && C:/Users/Roberto/AppData/Local/Android/SDK/ndk/21.1.6352462/prebuilt/windows-x86_64/bin/make -f Makefile install
make[2]: Entering directory 'C:/build-qtmqtt-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_14_2_for_Android-Debug/src/mqtt'
The filename, directory name, or volume label syntax is incorrect.
make[2]: *** [Makefile:1789: install_target] Error 1
make[2]: Leaving directory 'C:/build-qtmqtt-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_14_2_for_Android-Debug/src/mqtt'
make[1]: *** [Makefile:59: sub-mqtt-install_subtargets] Error 2
make: *** [Makefile:61: sub-src-install_subtargets] Error 2
make[1]: Leaving directory 'C:/build-qtmqtt-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_14_2_for_Android-Debug/src'
10:25:11: The process "C:\Users\Roberto\AppData\Local\Android\SDK\ndk\21.1.6352462\prebuilt\windows-x86_64\bin\make.exe" exited with code 2.
Error while building/deploying project qtmqtt (kit: Android for armeabi-v7a,arm64-v8a,x86,x86_64 (Clang Qt 5.14.2 for Android))
When executing step "Copy application data"
I searched the forum and Google to find a solution, but failed.
Do you have any idea what the problem might be?
[[qanda:topic_solved]] [SOLVED] qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
[[qanda:topic_solved]] Transfer application with different languages
[[qanda:topic_solved]] qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
[[qanda:topic_unsolved]] How to use Qt IFW to remove some steps like Introduction?
[[qanda:topic_unsolved]] Does Qt IFW support scilent install mode?
[[qanda:topic_unsolved]] ERROR: Feature 'xxxxx' was enabled, but the pre-condition 'YYYYY' && 'ZZZZZ' failed!
[[qanda:topic_unsolved]] Could not find QDB host server executable?
[[qanda:topic_unsolved]] whatsapp +1(443)7189645 Buy abortion pills in dubai, sharjah,oman qatar, kuwait, sharjah, abu dhabi,Saudi arabia,doha,Muscat,Jordan
whatsapp +1(443)7189645 Buy abortion pills in dubai, sharjah,oman qatar, kuwait, sharjah, abu dhabi,
+1(443)7189645
OUR BRANCHES IN KUWAIT, KUWAIT CITY,Al Jahra,Fahaheel,Hawally,Salmiya
24 Hr Appointments, Booking and Deliveries Call Center whatsapp Numbers +1(443)7189645A private abortion means avoiding the bureaucracy of NHS. It?s your choice to have a child. And only you can make that decision ..... Call Dr. KELLY today NON-SURGICAL ABORTION - (MEDICAL ABORTION)WHAT IS ABORTION PILLS The abortion pill should not be confused with the morning after pill as it is intended for use within the first 12 weeks of pregnancy whereas the morning after pill should only be used within 3 to 5 days after intercourse. The abortion pill, mifepristone and misoprostol, is an approved pregnancy termination method in in Dubai and can only be prescribed by a medical doctor.HOW DOES ABORTION PILLS WORK?Both abortion pills, mifepristone and misoprostol, are usually used in order to terminate a pregnancy. Mifepristone causes the embryo to detach from the uterus thereby cutting off essential nutrients and oxygen carried by the blood. Misoprostol is then taken two days later and triggers the evacuation of the embryo remnants through the vagina. This often appears as a heavy period.It is advisable that you consult with your medical practitioner for a further understanding of how the abortion pill works.IS THE ABORTION PILLS SAFE?The abortion pill is usually safer than a medical abortion or surgical abortion but should only be considered in the first 12 weeks of pregnancy. Like any procedure, use of the abortion pill can result in complications but if used under the supervision of a medical doctor, the chances of complications are greatly reduced. Your doctor will be best suited to handle any complications should they arise.DANGERS AND SIDE EFFECTS OFTHE ABORTION PILLS?Common side effects include abdominal pain, cramping, bleeding and spotting for up to 2 weeks after using the abortion pill. Other side effects that may occur include drowsiness, nausea, vomiting, diarrhea, fatigue and fevers. Side effects may not occur in every case and if you are experiencing any symptoms that are persisting, you should consult with your medical doctor immediately.The abortion pill may cause a disturbance in your normal menstrual cycle in some users but usually there are no significant dangers associated with using the abortion pill. However using the abortion pill without the supervision of a medical practitioner or after 8 weeks of pregnancy can be dangerous. Uncontrollable bleeding, severe cramping and infections can arise without correct supervision and for this reason, you should never buy or use the abortion pill from illegal sources.Always consult with your doctor or a qualified staff at a family planning clinic before you commence with any abortion method.Also seek help on the following Bleeding during Pregnancy Weight Gain Due Date Calculator
OUR BRANCHes
UAE
QATAR
KUWAIT
JORDAN
SAUDI ARABIA
WHAT S APP THE DOCTOR ON : +1(443)7189645
[[qanda:topic_unsolved]] build qtcreator 4.4.1 from souce code failed
hi, everybody,
i build qtcreator 4.4.1 from souce code, the debug version is ok, but the release version building complain as below:
mingw32-make[1]: Leaving directory 'F:/build-qtcreator-Desktop_Qt_5_14_2_MinGW_64_bit-Release/src'
release/qmlcache_loader.o:qmlcache_loader.cpp:(.text+0x32): undefined reference to __imp__ZN11QQmlPrivate13qmlunregisterENS_16RegistrationTypeEy' release/qmlcache_loader.o:qmlcache_loader.cpp:(.text+0x473): undefined reference to
__imp__ZN11QQmlPrivate11qmlregisterENS_16RegistrationTypeEPv'
release/qmlcache_loader.o:qmlcache_loader.cpp:(.text+0xdcf): undefined reference to __imp__ZN11QQmlPrivate11qmlregisterENS_16RegistrationTypeEPv' release/qmlcache_loader.o:qmlcache_loader.cpp:(.text.startup+0x15b): undefined reference to
__imp__ZN11QQmlPrivate11qmlregisterENS_16RegistrationTypeEPv'
collect2.exe: error: ld returned 1 exit status
mingw32-make[3]: *** [Makefile.Release:84: ../../../../../../lib/qtcreator/qbsqtprofilesetup1.dll] Error 1
mingw32-make[2]: *** [Makefile:45: release] Error 2
mingw32-make[1]: *** [Makefile:104: sub-shared-qbs-src-lib-qtprofilesetup-make_first-ordered] Error 2
mingw32-make: *** [Makefile:51: sub-src-make_first-ordered] Error 2
14:28:56: 进程"E:\Qt\Qt5.14.2\Tools\mingw730_64\bin\mingw32-make.exe"退出,退出代码 2 。
Error while building/deploying project qtcreator (kit: Desktop Qt 5.14.2 MinGW 64-bit)
When executing step "Make"
14:28:56: Elapsed time: 00:24
i am not a qt expert, who can tell me what i should do?