[SOLVED] Again on Windows Deployment
Hello. I have been trying to deploy my (quite simple) Qt/QML app to Windows (8.1, if that matters) and I simply can’t do it, despite reading every thread in this forum and guides all over. First, I...
View ArticleBuild From Source Succeeds, But No Makefile Generated
Hey all, I need to build Qt 5.2.1 from source and cross compile it for arm i.MX6 in order to deploy application to my Yocto board (Wandboard Dual). I am building to cross compile with the Yocto master...
View ArticleQt platform plugin "eglfs".
Hello there, I have few question to understand “eglfs”, Please help to me understand the concept. What is the pupose of “eglfs” ? Is it used only for cross-platform application? How can I install this...
View ArticleCannot compile. Please help!
Hi! I am new to Qt and I currently revising C++ I have created this simple program: #include <QCoreApplication> #include <QDebug> int main(int argc, char *argv[])...
View ArticleBuilding OpenCV for using with Qt addin with VS 2013
I am using the qt addin with vs 2013. My OS is windows 8. I have followed tutorials online on how to build opencv for vs but I have not been able to successfully build and run a program with OpenCV....
View ArticleOnline installer links broken?
Trying to install 5.2.1 from http://qt-project.org/downloads and all the Online Installer links are currently broken. Working for anyone else?
View Articlecmake, mingw, moc linker errors
I’m trying to build my application on Windows using MinGW, CMake, and Qt5.2.1. The application builds fine on Linux, however I am getting linker errors when trying to compile on windows. I’m getting a...
View ArticleQt 5.2.1 fails to build on OS X
Although configure seems to work perfectly, running make results in errors almost immediately: Project WARNING: You should probably load(qt_build_config) first in bootstrap.pro for QtBootstrap, as the...
View Articlecan't find library during compilation
Hey, I’ve been trying to run a code for solving the laplacian equation using sparse matrices. The code can be found here [eigen.tuxfamily.org] under “First example” and the rest of the functions are...
View ArticleQT Creator - problem with QTversion deploying to raspberry pi
This is probably a simple problem but I can’t find the answer. I’m trying to create a GUI on a raspberry pi, I followed the guide at http://qt-project.org/wiki/Create#QtonPi_app_SDK everything seems to...
View ArticleSLES 11 sp3 and Qt5 compilation problems
I would like to know if there are any possibility to compile Qt5 onm this plateform? I know that the system is old but it is the one installed on the server and there are very little chance that will...
View ArticlePySide Phonon missing deprecated symbols
I’m building PySide 1.2.1 on Ubuntu 12.04 with the lib phonon-dev package installed following the “Building PySide on a UNIX System” instructions and everything builds nicely. I take the egg and...
View ArticleCan not run the simple QML program gettingStartedQml
I’m running Qt 5.2.1 (Qt Creator 3.0.1) on Mac 10.8.5. The documentation tells me to first build the C++ plugin using qmake and then make So first, using qmake in the filedialog directory gives me the...
View ArticleQt5.2.1 header compilation errors
After finally figuring out how to link Qt5 using CMake…I am now running into issues with the Qt header files. You can see the full extent of the errors here on dpaste [dpaste.com] . I am using...
View ArticleProject ERROR: Could not resolve SDK path for 'macosx10.8'
Me again, Trying to build the same gettingStartedQml C++ folder (file dialog) but on a different mac computer. I follow the instruction in the tutorial using qmake This time I know I’m using the right...
View ArticleGoogle NaCl with Qt on Windows
I got some project wich using `Qt 4.7.4` version (also I can’t rebuild it using `qt4.8` or `qt5` – there are a lot of errors appears, project is big and not mine so fixing issues would be even harder...
View ArticleQt5.2.1 Platform issue on deployment, could not find xcb plugin. Linux
So I am trying to deploy my application to a machine have does not have Qt installed. I followed the instructions X11 Deployment [qt-project.org] for shared libs. Program works on dev system (Mint) but...
View ArticleCross-compile Qt 5.1.0 for armv7
Hello, i’m trying to cross-compile Qt5.1.0 for an ARMv7 My Host system is Ubuntu: Linux ubuntu 2.6.32-38-generic #83-Ubuntu SMP Wed Jan 4 11:13:04 UTC 2012 i686 GNU/Linux My Target System is: proc/cpu/...
View ArticleCompiling Qt 5.2.1 for android on Windows 7 (x86 toolchain)
Hi, im having some issue here compiling Qt 5.2.1 for Android on Win7 uning the official Android SDK and the NDK from http://code.google.com/p/mingw-and-ndk as proposed by the Wiki...
View ArticleBook on Submitting Qt C++ App to Mac App Store
Submitting Qt C++ app into Mac App Store is a long and cumbersome journey. Any small mistake would cause a reject and another 5 days waiting in App review queue for another try. People know Mac App...
View Article