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.7k Topics 50.9k Posts
  • 0 Votes
    12 Posts
    12k Views
    G
    Well how I wrote I am not really sure about what is in my last post. I would have to try to compile QT again to really answer you. Maybe I have just problem with DirectX version... Then maybe my previous post was not really worth of reading...
  • Errors with Qt 5.1.1 x64 shadow build on Windows

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How to get MySQL plugin to run ?

    5
    0 Votes
    5 Posts
    5k Views
    B
    See this tutorial "build mysql drivers":http://www.seppemagiels.com/blog/create-mysql-driver-qt5-windows
  • QT installation on iOS gives only desktop options.

    7
    0 Votes
    7 Posts
    2k Views
    B
    try this tutorial "build Mysql driver":http://www.seppemagiels.com/blog/create-mysql-driver-qt5-windows
  • 0 Votes
    1 Posts
    721 Views
    No one has replied
  • Mac OSX cannot find platform plugin cocoa

    9
    0 Votes
    9 Posts
    6k Views
    SGaistS
    That's why I asked, that path made me think of an older (as in several years) Qt install
  • QT + GDCM

    7
    0 Votes
    7 Posts
    3k Views
    SGaistS
    Hi, A general rule of thumb with mingw is to use the same compiler for all libraries. You should rebuild gdcm with 4.8
  • Error in makefile generated for Webkit for Mac

    1
    0 Votes
    1 Posts
    725 Views
    No one has replied
  • Build QT5 static on linux

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Debugging issue (immediate window, watch) with VS2012 and QT 5.0.2

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Link error while building Qt 5.1.1 on Linux

    6
    0 Votes
    6 Posts
    5k Views
    sierdzioS
    Could be, 5.2 brings in really a ton of updates. Anyway, I'm glad it helped you. Happy coding :)
  • Qt 5.2 android peployment issue on mac

    2
    0 Votes
    2 Posts
    3k Views
    I
    Obviously you cannot use whitespaces in the project path. I removed that one whitespace my project path contained and the 'binary operator expected' error disappeared. However now there's still another problem: @Invalid json file: /Users/Ju7/Workspaces/QtWorkspace/build-QtQuick2Test-Android_für_armeabi_v7a_GCC_4_7_Qt_5_2_0-Debug/android-libQtQuick2Test.so-deployment-settings.json 14:02:21: Der Prozess "/Applications/Qt/5.2.0-beta1/android_armv7/bin/androiddeployqt" wurde mit dem Rückgabewert 2 beendet. Fehler beim Erstellen/Deployment des Projekts QtQuick2Test(Kit: Android für armeabi-v7a (GCC 4.7, Qt 5.2.0)) Bei der Ausführung von Schritt 'Deploy to Android device'@ It's because of the length of the path. After shortening the path name it kinda works, but not quite... It creates the package successfully @14:13:19: Package deploy: Running command '/Applications/adt-bundle-mac-x86_64-20131030/sdk/platform-tools/adb -s HT13RTJ45542 pull /system/lib/libc.so /Users/Ju7/Workspaces/QtWorkspace/build-QtQuick2Test-Android-armeabi_v7a-Debug/libc.so'.@ and then it takes very long to proceed and I get this message @3086 KB/s (11577012 bytes in 3.662s)@ Finally the application launches on my device but the application output returns something like: @"starting remote process. 'org.qtproject.example.QtQuick2Test' could not launch"@ Does anyone know about this?
  • 0 Votes
    1 Posts
    996 Views
    No one has replied
  • [OSX Mavericks] Qt won't compile properly

    3
    0 Votes
    3 Posts
    2k Views
    D
    I actually removed Qt 5.1.1 and installed the 5.2 beta, which can be found right "here":http://download.qt-project.org/development_releases/qt/5.2/5.2.0-beta1/ Everyrhing seems to work fine now :)
  • Qt 5 & OpenCL

    3
    0 Votes
    3 Posts
    4k Views
    6
    I give up, thanx for your help. I have passed one day without success on QT, 5min on VS and it works... Best regards, Clément
  • Is QT for android package specific to underlying hardware ?

    2
    0 Votes
    2 Posts
    659 Views
    sierdzioS
    Qt uses the Android NDK, which means the application is compiled to platform specific binary code. So the build for ARM will not work on x86. I think that when you create a deployment package, it will include both architectures in the bundle, but am not sure. As on Interest mailing list or IRC. Or wait for somebody more experienced here ;)
  • Qt won't build using the costume version

    5
    0 Votes
    5 Posts
    1k Views
    S
    Thank you and it worked thanks. I copy and pasted the commands and didn't notice that theversion numberwas wrong. oops!
  • Building/viewing Qt 5.1.1 source from within Visual Studio

    6
    0 Votes
    6 Posts
    2k Views
    JKSHJ
    You're welcome :) [quote]Although I still seem to get a ton of: failed to refresh moc step[/quote]I don't use the VS Add-In myself, so I don't know what that is. You can start a new thread to see if anyone can help you with that.
  • 0 Votes
    1 Posts
    878 Views
    No one has replied
  • Finding the platform plugins

    4
    0 Votes
    4 Posts
    2k Views
    R
    Is this " porting guide":http://qt-project.org/wiki/Transition_from_Qt_4.x_to_Qt5 useful to you ?