Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt Quick 1.1 under Qt Creator 3.1
Forum Updated to NodeBB v4.3 + New Features

Qt Quick 1.1 under Qt Creator 3.1

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 933 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.
  • M Offline
    M Offline
    marcin100
    wrote on last edited by
    #1

    I installed a fresh system (Ubuntu 14.04, Qt Creator 3.1) and getting ready to write QtQuick 1.1 Qt 4.8 app for my embeded linux device. I created a standard Hello World project in Qt Creator. Compiles fine for Qt 5.2_Deskotop (obvioulsy), but when I switch the kit to the embedded device which uses Qt 4.8.4 I get the following error:

    @/home/martin/Qt/projects/helloworld/qtquick1applicationviewer/qtquick1applicationviewer.h:15: error: QtDeclarative/QDeclarativeView: No such file or directory@

    I do have QT += declarative in my .pro file.
    @# Additional import path used to resolve QML modules in Creator's code model
    QML_IMPORT_PATH =

    The .cpp file which was generated for your project. Feel free to hack it.

    SOURCES += main.cpp
    TEMPLATE += app
    QT += declarative

    RESOURCES += qml.qrc

    Installation path

    target.path =

    Please do not modify the following two lines. Required for deployment.

    include(qtquick1applicationviewer/qtquick1applicationviewer.pri)

    Default rules for deployment.

    include(deployment.pri)@

    Any suggestions will be greatly appreciated. Thx!

    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