Clean list of dependencies by ldd
Hello, How can I get clean list of dependencies by ldd? For example the default output of ldd is very dirty (in case I want to modify the output for adding cp) and I want to find a way for automatic or...
View ArticleInstalling QT in RHEL(RedHat Linux)
hi,, from 2days onwards we are trying to install QT in RHEL6.4 version. Qt is 2.7.1 under QT5.0.2 at first time it is asking for some glibc files, I searched for these and installed but now it is...
View ArticleAdding Qt3d to Qt 5
Hello, Is there a way to add the Qt3d module to my existing install of the Qt Creator 2.7.0/Qt 5.0.2 (running on Windows 7)? I have downloaded the Main tarball from gitorious and it decompresses into...
View ArticleNo help documentation for Qt 5.0.2
Hi I have just built Qt 5.0.2 and when I run assistant there are no help topics. I executed the following to build the docs mingw32-make docs But nothing appears. Any help in this matter is appreciated...
View Article":-1: error: Qt Creator needs a compiler set up to build. Configure a...
Hello, I have been beating around this for a couple of days, but to no avail. I am total newbie to Qt. Details of usage: PC: Windows XP Qt Creator:...
View ArticleInstallation of QT in RedHat linux
hi evry one, I have some problem regarding Installation of QT in Rhel at first i tried to install .run file but it is giving an error like Floating point exception (core dumped) another one is tried to...
View ArticleQPSQL driver not loaded
Hi, I installed Qt using the install wizard in home folder. I installed libqt5sql5-psql and postgresql using: sudo apt-get install libqt5sql5-psql sudo apt-get install postgresql Now I try connect Qt...
View ArticleNewbie Makefile and qtquick2applicationviewer problem
Hello all, I am having a problem which I think may be related to a previous install of a Blackberry Playbook-specific build of Qt. I installed, wasted a lot of time on, then uninstalled...
View ArticleNo Designer in Qt installation
Hello- I downloaded the following file from qt-project: http://download.qt-project.org/official_releases/qt/5.0/5.0.2/qt-linux-opensource-5.0.2-x86_64-offline.run.mirrorlist QtCreator successfully...
View ArticleBuilding Qt 4.8.4 commercial with Webkit runs out of memory or crashes on link
I am building Qt 4.8.4 with Webkit using Visual Studio 2005. My Windows 7 machine has 8GB of RAM. The build either runs out of memory linking Webkit or it outright crashes the linker. I don’t have the...
View ArticlePreview for iOS build - ./configure -xplatform unsupported/macx-ios-clang -...
git clone git://gitorious.org/qt/qt5.git qt5 cd qt5 git checkout stable perl init-repository —no-webkit ./configure -xplatform unsupported/macx-ios-clang -developer-build -opensource -nomake examples...
View ArticleQt Creator 2.7 install error: exit code 536870920 . vcredist_x86.exe...
Hi there! I’m trying to install qt creator 2.7 (Qt 4.8.4 already installed) in my computer. The install app is : qt-creator-windows-opensource-2.7.1.exe (from Qt Project download page). My system: Win...
View ArticleQt5 deploy application on Windows from QtCreator
Hi all, I was working for 2 months with Qt and I start to feel comfortable with it. However, since 2 days I am trying to deploy a small application in order to run it in other windows PC, and I do not...
View ArticlePorting old code to Qt4
Hi, I want to use old Qt code with Qt4 (because of Qt3Support). But the following code does not compile QMetaData *slot_tbl = QMetaObject::new_metadata(1); QMetaData::Access *slot_tbl_access =...
View ArticleQt - static build
I’ve seen many articles and instructions about building Qt statically. But anyway I get errors during this process. OS: Windows 8, x64 I’ve installed Perl, Python, Ruby, they are at PATH variable too....
View ArticleLinker cannot find "visual.obj"?
I recently downloaded Qt 5.0.2 for Visual Studio 2012. I can compile and run most of the included examples, save for the OpenGL-based ones (how do I fix that, BTW?), but I am trying to compile Tiled...
View ArticleQT5 deploying on windows, mingw32
hello, being tired of always having to run QT Creator in order to execute my app i want to “deploy” (as they fancy call it) it on windows. My first thought? double click the mother-effer. Libs missing....
View ArticleConsole displays text "press(naci)" at the end of program
It’s just something like that: http://scr.hu/0vcf/704xa Why it’s happening? “Naci” is cutted off text from “Nacisnij dowolny klawisz aby kontynuować” which means “Press an key to continue..” My .pro...
View ArticleQt 4.8.0 SegFault on App Startup
I am using Solaris 10 ×86 and compiled Qt 4.8.0 with GCC 4.7.1 (which I also compile for Solaris). When I run an app that is dynamically linked against the Qt I compiled, I can make the application...
View ArticleBuilding Qt5. Can't spawn “cmd.exe”
I want to build Qt5 for android. I’m following to this instructions http://qt-project.org/wiki/building_qt-android_on_windows . But at the building step 1 I’m getting error like this Can’t spawn...
View Article