Quantcast
Channel: Installation and Deployment
Viewing all 22112 articles
Browse latest View live

[[qanda:topic_unsolved]] Unable to add QT path to VS 2015

$
0
0

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,
3dc77bff-7331-446c-8df6-a50449184836-image.png
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
55081fa1-8dec-478f-a338-76d07e2015c2-image.png
Please help. Thanks


[[qanda:topic_unsolved]] Problem installing mqtt module on android

$
0
0

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 ""

$
0
0
@NoWhereMan1979 said in [SOLVED] qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "": @hskoglund @hskoglund your export QT_PLUGIN_PATH=/usr/lib/qt/plugins advice has helped me too. THank you!

[[qanda:topic_solved]] Transfer application with different languages

$
0
0
Hi Pablo, i forgot to answer.Thank you and yes it is working.I copied the qm files directly to where the source code is.

[[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?

$
0
0
@sierdzio looks like the Introduction page can not be hidden

[[qanda:topic_unsolved]] Does Qt IFW support scilent install mode?

$
0
0
Hi No it does not as such. You can use scripting to get somewhat that effect but its not a traditional silent install.

[[qanda:topic_unsolved]] ERROR: Feature 'xxxxx' was enabled, but the pre-condition 'YYYYY' && 'ZZZZZ' failed!

$
0
0
Well, in that case you have to build Qt and all the required dependencies as static libraries. Do not forget the GPL/LGPL constraints that comes with a static build.

[[qanda:topic_unsolved]] Could not find QDB host server executable?

$
0
0
Hi and welcome to devnet, Boot2Qt being a commercial product, you should contact the Qt Company directly.

[[qanda:topic_unsolved]] whatsapp +1(443)7189645 Buy abortion pills in dubai, sharjah,oman qatar, kuwait, sharjah, abu dhabi,Saudi arabia,doha,Muscat,Jordan

$
0
0

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

$
0
0

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?

[[qanda:topic_unsolved]] Qt-UWP-RaspBerry Pi3 B+ (Win 10 IoT)

$
0
0
@CCoo Hmm nope , seems not Build Number 17763.253. February 2019. is the newest you can get. So it wants a higher windows version that you can currently get on the PI board :(

[[qanda:topic_unsolved]] All settings are gone after updating Qt Creator!

$
0
0
@Nima-Ghorab said in All settings are gone after updating Qt Creator!: @JKSH Thank you so much! No, I downloaded latest version from here: http://download.qt.io/official_releases/qtcreator/4.12/4.12.4/ Important: That installer only contains the Qt Creator IDE. It does not contain Qt libraries. If you use the online installer at http://download.qt.io/official_releases/online_installers/ it will install both the Qt Creator IDE and Qt libraries. You can also use it to update your installation in the future without deleting anything by hand. My Qt Creator 4.12.2 path was here: E:\Softwares\Qt\Tools OK. Do you know where and how you installed the Qt libraries before? I deleted its folder by hand and then install Qt Creator 4.12.4 in same exact location as 4.12.2. Is it possible that you accidentally deleted the Qt libraries also? In the future, it is best to use the uninstaller instead of deleting by hand. Right now 4.12.4 can't find anything about Qt Versions and kits! Basically, "kit" = "Qt library" + "compiler". You can manually configure the kit components: Add a compiler: https://doc.qt.io/qtcreator/creator-tool-chains.html Add a version of the Qt library: https://doc.qt.io/qtcreator/creator-project-qmake.html Add a kit: https://doc.qt.io/qtcreator/creator-targets.html

[[qanda:topic_unsolved]] Cannot run deployment script

$
0
0
@SGaist I am not sure what you are referring to. I followed the instructions on how to get the source code. I run python through Anaconda, I installed ActivePerl, and I installed Cygwin which should have come with a version of MinGW. I am sorry for not being very helpful but I'm rather new to these technicalities

[[qanda:topic_unsolved]] Cant build app as Debug. "No rule to make target"

$
0
0
@mrjj Fug, it's possible to add those files / modify statc build?

[SOLVED]Trying to build mysql driver in Qt 5.1.0 and MySQL 5.6

$
0
0
I know this is a very very old topic, but nonetheless somebody might benefit from this: I was able to compile the mysql driver like this: Using Win10 home 64-bit Installed QT 5.15.0 64-bit (mingw) Installed mysql server 8.0.14 (located in C:\Program Files\MySQL\MySQL Server 8.0) and Connector C++ 8.0.15 (located in C:\Program Files\MySQL\Connector C++ 8.0. B. Both are 64-bit. Started QT and opened C:\Qt\5.15.0\Src\qtbase\src\plugins\plugins.pro Modify mysql.pro like this (mind the forward slashes this was the last culprit why it didn't work here!): TARGET = qsqlmysql INCLUDEPATH +='C://Program Files//MySQL//MySQL Server 8.0//include' DEPENDPATH += 'C://Program Files//MySQL//MySQL Server 8.0//include' LIBS += 'C://Program Files//MySQL//MySQL Server 8.0//lib//libmysql.lib' HEADERS += $$PWD/qsql_mysql_p.h SOURCES += $$PWD/qsql_mysql.cpp $$PWD/main.cpp #QMAKE_USE += mysql OTHER_FILES += mysql.json PLUGIN_CLASS_NAME = QMYSQLDriverPlugin include(C:\Qt\5.15.0\Src\qtbase\src\plugins\sqldrivers\qsqldriverbase.pri) In QT Creator rightclick on the folder "mysql" and select "Build mysql" Make sure to do above in both release and debug I found the files I needed in: C:\Qt\5.15.0\Src\qtbase\src\plugins\build-sqldrivers-Desktop_Qt_5_15_0_MinGW_64_bit-Debug\plugins\sqldrivers C:\Qt\5.15.0\Src\qtbase\src\plugins\build-sqldrivers-Desktop_Qt_5_15_0_MinGW_64_bit-Release\plugins\sqldrivers

[[qanda:topic_unsolved]] How to build qt-everywhere-src-5.14.2 for Release

[[qanda:topic_solved]] How to build all Qt source in 'Release' mode?

[[qanda:topic_solved]] Remove unneeded classes ?

$
0
0
I will study Qt Lite. It seems on a first glance that this is exactly what we need. Thank you.

[[qanda:topic_unsolved]] Macdeployqt for Command Line Executable?

$
0
0
If you want a full static build, you'll have to build it yourself.
Viewing all 22112 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>