Referance generated dbus interface files.
HI I have the following setup. TEMPLATE = subdirs CONFIG+=ordered SUBDIRS = \ src \ app \ mqttTest app.depends = src...
View ArticleCan I use the open source version of Qt on iOS ?
Can I use the open source version of Qt on iOS or do I need the commercial version?
View Article[SOLVED]My little,small program has problems (Ubuntu 14.04, Qt5, Code::Blocks)
Ok i am going to post a series of pictures i took, with some red annotations on them: Picture 1 : My Main.cpp Picture 2 : Qt5.3 Directory on Ubuntu Picture 3 : Additional include directories on...
View Article[SOLVED] Compile error on PySide 1.2.2 Python 3.4.2 Ubuntu 14.04: Linking CXX...
Getting compile error from: python3.4 setup.py bdist_wheel —qmake=/usr/bin/qmake-qt4 Last lines of output: [ 83%] Building CXX object libshiboken/CMakeFiles/libshiboken.dir/shibokenbuffer.cpp.o Linking...
View ArticleMaintenanceTool with Proxy
Dear all, how is it possible to use the MaintenanceTool with a manual proxy configuration and user authentication? In the Online Setup there is a Settings button to define these values. Best regards...
View ArticleQT5 Static build with “QT Add-on API” Xmlpatterns
My core target is to build a xml schema validation Qt static application. I am using QT 5.2.1 with MinGW4.8 (32bit) . I have successfully configured Qt with static build and running successfully . But...
View ArticleQt 5.4 Linux deployment app could not find or load the Qt platform plugin xcb...
I installed Qt5.4 in an Ubuntu 10.04 LTS development VM. I can build and run aps fine in the VM. The problem is I cannot deploy to another Ubuntu 10.04 LTS machine. I copied the Qt5.4 shared libs to...
View Article5.4. beta 1 on Mac OS X Yosemite - Problem adding new iOS device (not ready...
Hi, My setup works fine with an iPhone 4. Now i got a new device (iPhone 6). I added it at apple developer portal. Then added it to the provisioning profile. in Xcode everything looks good. Under...
View ArticleCompilation error while using libSBML in project
Hello everyone! I have build libSBML statically , so there are three files in my lib folder: libsbml.a, libsbml.dll.a and libsbml.la My .pro file: INCLUDEPATH += C:/libsbml-5.10.2/libsbml/include...
View ArticleProblem compiling Oracle OCI plugin on Unix 64 Bit (CentOS 6)
Hi All! I have a problem compiling the oracle OCI client with 64 bit unix. It seems like everything compiles fine as 64 bit but the buildkey is still set to i386. Basically all my QT libs and Oracle...
View ArticleOpenGL + QT using CMake
I have a QT project created with a .pro file that I need to migrate it to a CMakeLists. This project uses a simple OpenGL animation to show a 3D model of a hand. I already change it to use CMake, but I...
View Articlelibqxcb.so not found.
I compiled qt myself on a remote Linux server from source. everything went fine but after I tried to run my compiled software I got following error. This application failed to start because it could...
View Articledeploying a standalone .exe of project
Iv started trying to use Qt to work on a school software development project. However before i am going to start taking everything into QT from eclipse, I want to make sure I can create a standalone...
View ArticleEnquiry regarding PyQt libraries and cost of commercial PyQt
Hello, I am about to develop a commercial software application using PyQt, for this currently I am using QT Creator with python and PyQt4 installer I downloaded from riverbank computing. Regarding this...
View ArticleBuild Qt embedded with openvg
I am trying to install Qt 4.6.3 on my board with “-embedded” option. When I check: $ ./configure -embedded -help I could not see “-openvg” option. And when I check: $ ./configure -help it says...
View ArticleSerializing QList to JSON data Qt
Hi I am trying to convert the object into JSON. In that process i have created 2 classes. class class1 : Public object { Q_OBJECT ...
View ArticleQt library for VS 2010
Hello, I need to install an add-in for VS’10. Which one of the downloads is the right one that I need? I don’t need to install Qt Creator IDE, just a Qt library. Many thanks,
View ArticleVS'10 config error Nmake U1077
Hi, I have downloaded “qt-everywhere-opensource-src-5.3.2.zip” and extracted it to my external drive. To configure it I run “configure” on VS’10 cmd. It failed due to following error: Running...
View ArticleInclude external library
Hello together, I’m very new to the whole QT area. At this point I’m using an ubuntu and I installed the QT creator. For my work I have to develop a project which is using CUDD...
View Article