Different version on the same machine
In a Debian environment I had to install different versions of Qt due to some incompatibility of third-part libraries. I need to write a script which should launch two executable compiled with the two...
View ArticleQt 5.1.0 and MySQL 5.5.32 "Driver not loaded"
Hi All, It has been asked many times and I tried several answers, but still no luck. I did the following : 1. Installed qt-linux-opensource-1.4.0-x86_64-online.run on Fedora 18 2. Selected everything...
View Article[Solved] Qt 5.1 OpenGL with CMake - Failed to find "glu32" in "".
I tried to “port” my projects from 5.0.2 (-opengl desktop) to 5.1.0 to either -opengl desktop or precompiled (x64 VS2012 OpenGL installer) from download. System Environments: x64 on Windows 8 with...
View ArticleQt 5.1 static with mingw-builds: undefined references to 'qt_cpu_features',...
I have built a static version of Qt 5.1 for Windows using mingw-builds. I use the following when linking to my application: -lQt5Core -lQt5Gui -lQt5Widgets -lQt5PrintSupport -lQt5PlatformSupport...
View ArticleQtCrypto in Qt 5.1
Hi, I’m currently migrating my qt4.8 project to qt5.1 and i’m using the qtCrypto library. However, i got the following compilation error : fatal error: QtCrypto/QtCrypto: No such file or directory Is...
View ArticleLink error in Qt Creator with Static Build Qt5.1 Library
I compiled the Qt5.1 static using these command(Source files in the D:\qt51) 1. configure -prefix E:\DevelopTools\Qt5.1_static_vc2012_64 -opensource -confirm-license -static -platform win32-msvc2012...
View ArticleAttaching Configuration of Jlink-JTAG with FriendlyARM Mini2440(ARM9) for...
Hi, I have Jlink-JTAG with serial no:058006790, and trying to connect to FriendlyARM Mini 2440.. using Qt creator….i have worked all the commands in the manuals but not succeded..required help.. My...
View Articleupdated from Qt4 to Qt5 -> QtCore4.dll is missing
Hey, i was using Qt4 for a while and now updated to using Qt5, but my application won’t start, saying: “The program can’t start because QtCore4.dll is missing from your computer. Try reinstalling the...
View ArticleBuilding Qt - missing some modules...
Hello folks, I am trying to build a Qt 5.1 but I am having issue: After I run: configure.exe -debug-and-release -opensource -nomake tests -nomake examples -skip webkit -no-icu -angle-d3d11 The compiler...
View Articlemake install path
Hello, I’m reading the docs about qmake project variables: http://qt-project.org/doc/qt-5.0/qtdoc/qmake-variable-reference.html but I can’t understand how to achieve the following. I have a project,...
View Articlesql speed issue
Hello, I’m working on a project with QMYSQL connection to a mysql database. Everything works fine on local but when I connect to a remote server the speed is considerable slow -7 times slower. I tried...
View ArticleUsing Breakpad Windows Library files with Qt application, produces the...
Hi, I’m trying to integrate Google breakpad with my application in both Linux and Windows. I’ve had no problems with the Linux integration, however I’m having an issue with the breakpad library files...
View Article[SOLVED] Problems building 5.1.0 using MSVC 2012 targeting Windows XP
I’m on Windows 7 ×64 and I’m attempting to build Qt 5.1.0 using MSVC 2012 (Update 3). I’m trying to target Windows XP x86, however I can’t even get configure.bat to exit without errors. First the...
View ArticleRelease Build Requires Debug dlls?
My project is Qt5.0.2. on Windows 7. No third party libs to link against, except quazip which is also built in release mode. I build in release mode. I execute the binary in the release build folder...
View Articleinstall_name_tool on Mac..is there an equivalent tool for Windows?
The utility prog “install_name_tool” on the Mac allows you to alter the app so it knows where the support libs can be found. Usually somewhere in the app bundle..like Frameworks. Is there a tool for...
View ArticleQT on BeagleBoard Xm
Hello, I’m using a beagle board xm and I want to install use the Qt creator to compile an application for it. I have Debian file system in installed on the board (and not the default Angstrom), is...
View ArticlePb xecuting on windows (seven or xp) built on 5.1
Hello, I build a project with a simple windows shown with 5.1 using msvc 2010. i run the vcredist_sp1. However when i try to install and run on another machine where Qt is not installed, it does not...
View Article[ASK]How To Instal Qt for Build Static In My Machine? (Dell Inspiron N4010)
This is my detail machine Proc icore3 2.2ghz x64 Mem 4gb How to install qt 5.1 for 32bit application development in my machine with build static?
View ArticleHaving Trouble getting Git to work in Qt Creator
I’ve read the documentation and other threads about Git and Qt, but I still can’t get Git working inside Qt Creator. Development profile = Win 7 64 bit, Qt Creator 2.7.2, Qt.1.0. Some threads implied...
View ArticleQT 4.8.1
Dear Anyone who reads this, In my school we are using QT 4.8.1. Unfortunately, i had to re-install Windows last week, and eversince i’ve been looking for this version of QT Creator. Can any of you...
View Article