How to deploy to Windows Embedded Standard 7?
I read that WES7 is basically win 7 here [blog.qt.digia.com] . But my app crashes on the target device [aaeon.com] I compile using mingw on 32 bit win7. The target device has a 32 bit windows 7...
View ArticleNo Qt on a new Debian system
Hi, when I try to install Qt 5.2 on my new Debian Wheezy 7.3 64 bits system, no “Qt Setup” dialog box appears. Instead I see an error message “Cannot execute binary file”, and a zero bytes file appears...
View ArticleConfiguration of Qt-5.2.0 QtCreator 3.0.0 gcc-4.8.2 dwarf
Today I downloaded and installed the package x32-Qt-5.2.0+QtCreator-3.0.0-(gcc-4.8.2-dwarf).7z But trying to configure it in QTCreator 3.0 I could not find the make command. Anybody can help me? Regards
View ArticleQT build fail - FreeBSD 9.2
I’ve been fighting this for the past three days. I’m just trying to build KDE. It always fails with this: CMake Error at gstreamer/CMakeLists.txt:103 (qt5_use_modules): Unknown CMake command...
View ArticleQt Creator Build Environment
I have Qt projects that have been building happily for some time, on a windows 7 platform using the SDK 7.1 compilers. All of a sudden these stopped building with errors compiling certain classes about...
View ArticleError during compiling the Project Test(Kit: Desktop Qt 5.2.0 MinGW 32bit)
Hi there, I am new at QT and also new at C++ I want to have access to a batterysystem using a CAN interface. Therefore i downloaded the PCAN Basic API that consists of a .lib .dll and .h I already...
View ArticleBuilding Qt for Android: AL/al.h: No such file or directory
I’m trying to build Qt 5.2.1-ish (the branch that has the comment “* stable 604f330 don’t unnecessarily confuse qt creator”) on Mac OS 10.8.5, Xcode 5.0.2. I use this configure line, which came from...
View ArticleQtSerialPort build problem (Linux, Debian, Qt4)
Hi There. I recently purged my machine and now I am trying to get QtSerialPort to work again with Qt4. I fetched Qtserialport from git: git clone git://gitorious.org/qt/qtserialport.git Moved it into a...
View Articleconfiguration Kit for qt qt creator version 5.2.0
Hi, I seek your help for a program I am trying to compile. I have a project study on the laser game, and I was responsible for creating the game interface, and I want to do with Qt, I do not know this...
View ArticleHow to install precompiled Qt4?
Hello, Another team send me precompiled Qt 4.8.5. So I have to install and use it. It was precompiled using MSVC compiler. So I have installed MS Visual Studio 2010 to get the compiler, Windows SDK 7.1...
View ArticleInstall error - missing dependencies on Oracle linux 5 for Qt 5.2 and 5.0.2
I attempted to install Qt 5.2 and encountered errors for missing dependencies. The errors are the same when I attempt to install Qt 5.0.2. Here is a snippet of error messages: ==================...
View ArticleQT 4.8.2 with VS2013
Hello, Does anyone know if I can use qt 4.8.2 with Visual Studio 2013? I have been trying to get it to compile but with no luck. I need to get it up and running so that I may compile a project. The...
View ArticleProblem building Qt for Android on Mac (again)
Sorry to keep coming up with these… So I’m trying to build QT 5.2.1 (for android) on Mac OS 10.8.5. I started with an empty directory this time, and cloned a new copy of qt5 from the repository. My...
View Article[Solved] Qt 4.8, MSVC2010, nmake, don't know how to make 'sub-src'
Hello, I try to compile Qt 4.8.5 on a Windows 7 machine, with VS 2010 SP1, Windows SDK 7.1. I need to build in x64 mode. Is this wiki page still accurate?...
View Article[Answered with link] Documentation for QMAKE_CFLAGS_RELEASE options ?
Hello, Just a question, on wiki I read that you can add “-MP2” to QMAKE_CFLAGS_RELEASE variable in QTDIR\mkspecs\[some value]\qmake.conf. Where can I find documentation about available options? “-MP2”...
View ArticleQt 5.2 x32 OS X Mavericks
Hi, has anyone tried to compile Qt 5.2.0 in 32bit on OS X 10.9 Mavericks? I need a 32bit version, because I have to use OuickTime. When I try ./configure -platform macx-clang-32 -opensource I get...
View Articlenmake install, Cannot perform a cyclic copy
Hello, After successfully compiling Qt4 on my Windows 7 machine (VS 2010 SP1) with “nmake”, I typed “nmake install”. I get errors with xcopy command such as below. I’m surprised. Is there a know script...
View ArticleIssue while installing QT 5.2.0 in utuntu
HI, I downloaded qt-everywhere-opensource-src-5.2.0.tar.gz and followed steps to install following website. https://qt-project.org/doc/qt-4.8/qt-embedded-install.html The issue i am facing is : Project...
View ArticleNot installing in Ubuntu 13.10
Hello, I’m working in Ubuntu 13.10. I’ve downloaded the package for X11 platforms and I’ve followed the instructions at http://qt-project.org/doc/qt-4.8/install-x11.html I’ve unpacked the .tar file and...
View ArticleDeploying - Static linking vs Dynamic linking Qt5.2
I’m in the process of deploying my Qt app to my clients. I would like to understand more the choice that I have. I read from here [qt-project.org] To link Qt statically to your application: This...
View Article