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. Is it possible to compile Qt-creator 2.5 with Qt5 with Designer enabled?
QtWS25 Last Chance

Is it possible to compile Qt-creator 2.5 with Qt5 with Designer enabled?

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 2.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.
  • P Offline
    P Offline
    pavko
    wrote on last edited by
    #1

    Hi - I compiled qt-creator 2.5 with qt 4.8, everything works well.
    But if I try to do this with Qt5, I get known error

    @Project WARNING:
    Project WARNING: QmlDesigner plugin has been disabled.
    Project WARNING: The plugin depends on private headers from QtDeclarative module.
    Project WARNING: To enable it, pass 'QT_PRIVATE_HEADERS=$QTDIR/include' to qmake, where $QTDIR is the source directory of qt.@

    So, I cannot get working Designer in qt-creator.

    My build string is:

    @qmake /home/pavko/Repo/qt-creator/qtcreator.pro -r -spec linux-g++ CONFIG+=release "QT_PRIVATE_HEADERS=/home/pavko/Repo/qt5/qtbase/include"@

    Should it work or it is too early to try build qt-creator 2.5 with Qt5?

    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