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. Compile QML application
Qt 6.11 is out! See what's new in the release blog

Compile QML application

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 4.0k Views 1 Watching
  • 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.
  • Q Offline
    Q Offline
    qVLAD
    wrote on last edited by
    #1

    Please help me. I configure lib with:

    ./configure -embedded arm -xplatform qws/linux-arm-gnueabi-g++ -release -prefix /usr/local/Qt-target-full -qt-gfx-linuxfb -qt-kbd-tty -little-endian -host-little-endian -no-opengl -opensource

    After that i want compile project with qml.
    qmake -project
    qmake
    make

    But project don't compile and in directory bin i don't see qmlviewer.

    Please give me right options for configure or compiling

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      I've split your post out of the "older thread":http://developer.qt.nokia.com/forums/viewthread/2957/ where you first posted it. Please do not reply to a loosely related half year old thread if you have your own question, but start a new thread - you'll get more attention there.

      Regarding your actual problem, it's hard to say. You give almost no information what's going wrong.

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0
      • Q Offline
        Q Offline
        qVLAD
        wrote on last edited by
        #3

        Thank you very much.
        I download Qt libraries version 4.7.3. I configure lib with:

        ./configure -embedded arm -xplatform qws/linux-arm-gnueabi-g++ -release -prefix /usr/local/Qt-target-full -qt-gfx-linuxfb -qt-kbd-tty -little-endian -host-little-endian -no-opengl -opensource

        After that i do make and make install. The resulting library has no support for qml. Why?

        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