Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Oh My God !What happened when I compiler qtcreater
Qt 6.11 is out! See what's new in the release blog

Oh My God !What happened when I compiler qtcreater

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 957 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    I just go QT
    and what I do now is compiler the QTCreater (Beacause I use Window + Mindw to work ,and My custom widget for Qt Designer Plugins is can't be find,what help doc say is : Matching Build Keys

    The Qt Creator that is included in pre-built SDK packages on Windows is built with the Microsoft Visual Studio compiler, whereas the version of Qt shipped for building applications is configured and built to use the MinGW/g++ compiler. Plugins built by using this version of Qt cannot be loaded by Qt Creator because the build-keys do not match. The plugins can only be used in the standalone version of Qt Designer. Choose Help > About Qt Creator to check the Qt version Qt Creator was built with.

    To use Qt Designer plugins that were built for the shipped Qt version, make sure that Qt Creator is built with the same compiler by either recompiling Qt Creator using MinGW or recompiling Qt with Microsoft Visual Studio, depending on which configuration you want to use for your applications.)

    so I download the qt-creator-2.5.2-src.zip and qt-everywhere-opensource-src-4.7.4.zip

    and I use Default qtCreater which in qtsdk to compiler it

    and the qtcreator-build-desktop-Qt_4_7_4_for_Desktop_-_MinGW_4_4__Qt_SDK__Release

    and I compiler it

    it's really a long journey to wait it

    but I got many error like
    @“In file included from release/../../../../../qt-creator-2.5.2-src/src/plugins/qt4projectmanager/customwidgetwizard/customwidgetwizard.h:36,
    from release\moc_customwidgetwizard.cpp:10:
    release/../../../../../qt-creator-2.5.2-src/src/plugins/qt4projectmanager/customwidgetwizard/../wizards/qtwizard.h:36:33: error: qtprojectparameters.h: No such file or directory”@
    and I check the file, but the file was here
    so I want to know what happen why qtcreater can't find the H file? It’s so crazy right?what can I do now?

    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