Building terminal demo
http://qt-project.org/doc/qt-5/qtserialport-terminal-example.html [qt-project.org] Ends up with : In file included from main.cpp:45:0: mainwindow.h:50:36: fatal error: QtSerialPort/QSerialPort: No such...
View Article[closed] (by author 'cause unproductive) please admin possibly delete that...
I can’t understand the differences between qmake (in terminal) generated makefile and QtCreator’s one.. Well it would be so long to explain so i made a video which explain all. Just i forgot to point...
View ArticleDemo/ sample crash -- invalid pointer with realloc
I just successfully build this example : https://qt.gitorious.org/qt/qtserialport/source/eacecbe76e967e59a4cd0f873471693df7bb9e63:examples [qt.gitorious.org]...
View Article[SOLVED] Error when using qmake to install another program : #include
I am trying to install a Keepassx and to do so I need to use qmake. When I do that it works without a hitch but when i execute the next step which is ‘make’, i get the following error....
View ArticleSource compile Error on Ubuntu 14.04 LTS
Hello everybody; I try to Compile Qt 5.3 source but after long time Shows the following error : This is my confige command : ./configure -developer-build -opensource -release and make Command : make...
View ArticleQtWebKit build error
Hello everyone, I have an “Invalid argument” error when I want to build QtWebKit on Windows. (...) -I"C:\gnuwin32\include" -I"C:\icu\icu\dist\include"...
View ArticleWebkit warnings under Mingw-w64 - Qt 4.8.5
Hi there, I am trying to build Qt 4.8.5 from source for windows 7 using Mingw-w64 32-bit toolchain. I am following the instructions from...
View Articleios mac; QtDesigner module
Hello, Is is true that the QtDesigner module is available for Mac but not for ios ?
View Articleerror install Qt 5.3
Hello everybody; I try to install Qt 5.3 but after long time Shows the following error : Fehler beim Installieren von Komponente qt.53.gcc_64: ————-> ** < Ausführung fehlgeschlagen...
View Article[SOLVED] Why is Qt 5.3.0 for MSVC 2013 shipped with the MSVC 2010 redist?
I recently installed Qt 5.3.0 for MSVC 2013 with ANGLE. The MSVC redist shipped with it, however, is the 2010sp1 redist, not the 2013 redist. Why is this? Also, when deploying my application compiled...
View ArticleMissing MSVCP120.dll file at startup
I recently downloaded and installed Qt 5.3 and I get an error every time I open Qt Creator that says: “winrtrunner.exe – System Error” “The program can’t start because MSVCP.dll is missing from your...
View ArticleI can't run static qt-qml app on another computer
I built qt statically with params: C:\Qt5.3\5.3\StaticQt>configure -prefix c:\Qt5.3\5.3\StaticQt\qtbase -opensource -static -release -opengl desktop -nomake examples -nomake tests...
View ArticleQt5.3.0 - starting error - /usr/lib64/libstdc++.so.6: version...
hi to all, I installed Qt5.3.0 in redhat EL 6.4, and after installing, when i started qtcreator, i got following error :- [root@kaljayi bin]# ./qtcreator Qt: Session management error: None of the...
View Articledownloading qextserial library
I am trying to download qextserial library and i want through this steps using this link https://code.google.com/p/qextserialport/wiki/QextSerialPort_1_2_RC when I use qt cmd qmake and make it does not...
View ArticleErrors in moc files
I am trying to port an application from one laptop with Qt 4.8 SDK to another with Qt 5.3 After a lot of fiddling, I am at this point: When I try to build the following error pops up: Invalid use of...
View ArticleBuild error. Please help!
I’m a bit new to QT but it think this is not normal: I made a new QT project and copied all the content from a project made in eclipse, in order to make the GUI using QT Creator. When i hit build, this...
View ArticleUpgrade qt4 to qt 5.1.1 or higher on raspberry pi
Hi, I am working on raspberry pi with raspbian wheezy on it. I have installed complete qt 4.8 (qtcreator as well) on raspbian already, but now i want to work with qt 5.1.1 or higher version, so i want...
View ArticleUnknown module(s) in QT: quick qml
I’m developing for an embedded ARM Linux system, and I’ve just now been able to: Successfully build Qt 5.2.1 and install it on my target. Installed Qt Creator on my Ubuntu 12.04 VM. Built, deployed,...
View ArticleBuild and Run two Qt project from a single . pro file
Hi, I have developed two separate applications a client and a server, which are build separately as they were separate projects, Now i want to build and run them together, so i created a folder and...
View ArticleCannot change build directory!
I am trying to move my build directory to outside of my project. (I don’t want to version control my build files and for whatever reason, I can’t simply ignore the build files.) I tried changing the...
View Article