Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt5 broken or why -QtCore and -pthread are not found.

Qt5 broken or why -QtCore and -pthread are not found.

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 1.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mmertama
    wrote on 18 Apr 2014, 07:41 last edited by
    #1

    I have wrote a Qt application for Symbian and Meego using Qt4 - now I took sources and try to bring application to Android. I installed the latest open source binary release on windows.

    About note tells me:
    Qt Creator 3.0.1
    Based on Qt 5.2.1 (MSVC 2010, 32 bit)
    Built on Jan 31 2014 at 05:16:27
    From revision 51af63bb9e

    After few minor SW changes needed from Qt4-->Qt5 it otherwise seems to get build smoothly, except QtCore nor pthread are found:
    c:/users/mertama/appdata/local/android/android-ndk-r9d/toolchains/arm-linux-androideabi-4.8/prebuilt/windows-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld.exe: error: cannot find -lQtCore
    makefile:213: recipe for target 'libqmics.so' failed
    c:/users/mertama/appdata/local/android/android-ndk-r9d/toolchains/arm-linux-androideabi-4.8/prebuilt/windows-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld.exe: error: cannot find -lpthread

    ...When I looked from my C:\Qt folder there was no libqtcore. * etc files available for Android (or libpthread. *), however libqt5core. * files are there.

    Should those libraries be there? If yes, does anyone else have they there in the installation?`- Could my installation be broken or is the Qt installer broken?

    1 Reply Last reply
    0

    1/1

    18 Apr 2014, 07:41

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved