Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Project ERROR: Unknown module(s) in QT: quick-private

Project ERROR: Unknown module(s) in QT: quick-private

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 1.4k 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.
  • J Offline
    J Offline
    jigarchokshi
    wrote on last edited by
    #1

    Hello i am trying to crosscompile qt5.2 for sabreauto board.

    i am following this link to cross compile qt 5.2.
    https://community.freescale.com/docs/DOC-94066

    I configure qt without open gl es 2.0 because of errors .
    ./configure -v -opensource -confirm-license -no-pch -no-xcb -no-opengl -opengl es2
    -make libs -device imx6
    -compile-examples
    -device-option CROSS_COMPILE=/opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/arm-fsl-linux-gnueabi/bin
    -sysroot /ltib_install/ltib/rootfs -no-gcc-sysroot
    -prefix /opt/qt5

    now in step 8 as described there should be 2 directories.
    qtjsbackend and qtdeclarative
    because when i configure qt i used no opengles . so i am not getting qtjsbackend. that’s fine. i am getting qtdeclarative directory.
    When i tried to build that directory using ../qtbase/bin/qmake -r command.
    I got error for qt-quick.
    Project ERROR: Unknown module(s) in QT: quick-private
    To solve this error i tried following solution
    modify this file qtbase/bin/qt.conf and add the correct prefix, the one given on configure
    [EffectivePaths]
    Prefix=/opt/qt5
    But still i got same error.
    Thanks you.. :)

    1 Reply Last reply
    0

    • Login

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