Skip to content

Installation and Deployment

Your Qt just doesn't want to build? Your compiler can't find the libs? Here's where you find comfort and understanding. And help.
9.8k Topics 51.2k Posts
  • Installing QT5.0.1 on linux

    17
    0 Votes
    17 Posts
    11k Views
    K
    Hi SGaist, Can you tell me, how to fix bug? I used SUSE 11SP3, I was find some package .rpm eg: xcb-util-devel.i586 rpm and installed it, but it show this package existed. Please, help me. Thanks Loading repository data… Reading installed packages… Package ‘xorg-x11-devel’ not found. Package ‘xorg-x11-libxcb-devel’ not found. ‘libxkbcommon-devel’ not found in package names. Trying capabilities. No provider of ‘libxkbcommon-devel’ found. ‘xcb-util-devel’ not found in package names. Trying capabilities. No provider of ‘xcb-util-devel’ found. ‘xcb-util-image-devel’ not found in package names. Trying capabilities. No provider of ‘xcb-util-image-devel’ found. ‘xcb-util-keysyms-devel’ not found in package names. Trying capabilities. No provider of ‘xcb-util-keysyms-devel’ found. ‘xcb-util-renderutil-devel’ not found in package names. Trying capabilities. No provider of ‘xcb-util-renderutil-devel’ found. ‘xcb-util-wm-devel’ not found in package names. Trying capabilities. No provider of ‘xcb-util-wm-devel’ found. Resolving package dependencies… [quote author="SGaist" date="1385066164"]Then I can only say that you have to look for the equivalent packages for SUSE 11[/quote]
  • [solved]qDebug:identifier not found

    14
    0 Votes
    14 Posts
    7k Views
    SGaistS
    Normally it should not but anyway, nice you found out. Since you have it working now please update the thread title prepending [solved] so other forum users may know a solution has been found :)
  • Building the Qt540 beta from source on win32.

    17
    0 Votes
    17 Posts
    5k Views
    SGaistS
    I forgot that you jumped in :-D
  • [SOLVED] Installation issues may have caused problems with kits

    8
    0 Votes
    8 Posts
    3k Views
    SGaistS
    Indeed, the MinGW version uses OpenGL Desktop which requires up to date drivers (or at least drivers that know how to talk recent OpenGL with your hardware) Happy coding !
  • Build old project with old clang compiler version

    2
    0 Votes
    2 Posts
    1k Views
    SGaistS
    Hi and welcome to devnet, AFAIK you'll need to install the corresponding old version of Xcode in order to do that. Apple doesn't work like Microsoft for that, new version of Xcode replaces the old one while you can still compile software that will run on older version (with the limitations that might come with it)
  • 0 Votes
    1 Posts
    681 Views
    No one has replied
  • Installer framework: how to set up the uninstaller

    1
    0 Votes
    1 Posts
    425 Views
    No one has replied
  • Troubles with Qt Creator and Virtualbox in Debian Wheezy

    1
    0 Votes
    1 Posts
    555 Views
    No one has replied
  • [SOLVED]:Qt Creator can't find header files from C++ STL library

    6
    0 Votes
    6 Posts
    9k Views
    SGaistS
    Nice you found out and thanks for sharing. Since you have it working now please update the thread title prepending [solved] so other forum users may know a solution has been found :)
  • Right compiler for Qt and external libraries

    2
    0 Votes
    2 Posts
    879 Views
    SGaistS
    Hi and welcome to devnet, Short answer: build everything with the same compiler. So yes, you have to download the VS2010 version of Qt AFAIK, OpenCV builds without any problem with VS2010. Mixing libraries from different compilers is a bad idea since most of them are not compatible one with the other.
  • No item-templates in VS 2013

    1
    0 Votes
    1 Posts
    505 Views
    No one has replied
  • [Solved]Syntax error for QIconvCodec on 5.3.2 build

    22
    0 Votes
    22 Posts
    7k Views
    R
    It sure is. Done. Thanks again.
  • QT and Android Error in Androidextras

    7
    -1 Votes
    7 Posts
    7k Views
    R
    Thank you for the discussion sierdzio. i will try to get some more information on this.
  • 0 Votes
    13 Posts
    4k Views
    SGaistS
    Yes, just add -no-phonon don't forget to do a make confclean before restarting configure. If you want to simplify a bit things, you can do an out of source build, so if something goes wrong you can simply nuke the folder content and start over. Thanks for the link, I learned something new :)
  • Problem to deploy Qt app with QtMultimedia on Linux

    19
    0 Votes
    19 Posts
    15k Views
    M
    I am also fetching same problem at windows environment (windows 8.1 64bit). When ever try to deploy app into android emulator then it show following errors. qrc:///demos/maroon/content/SoundEffect.qml:45 ((null)): qrc:///demos/maroon/content/SoundEffect.qml:45: Error: Qt.createQmlObject(): failed to create object: qrc:///demos/maroon/content/inline:1:1: module "QtMultimedia" is not installed
  • Module_qtbase.pro not found when trying to install Qt?

    2
    0 Votes
    2 Posts
    608 Views
    SGaistS
    Hi, You're doing something wrong. It looks like your are calling a Qt 4 qmake to build Qt 5
  • 0 Votes
    5 Posts
    2k Views
    SGaistS
    The Qt Version panel list all Qt detected and manually added. What matters when building is the Kit you are using which in turns will use one of the Qt versions you have. Si there's no priority in the sense that you have one default kit, then the others
  • OpenGL Error src configure Linux 64bit

    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    libqt4-opengl-dev is not needed unless you are also build your application with Qt 4
  • Include Qt System Info

    6
    0 Votes
    6 Posts
    3k Views
    SGaistS
    Just to be sure, are you also using that version of Qt for your project ?
  • Trouble buiding Opencv for Qt with Cmake

    3
    0 Votes
    3 Posts
    2k Views
    SGaistS
    Hi and welcome to devnet, As quick fix solution it works but don't let it like that, in that path there are also the Qt libraries which might get loaded by other programs on your system.