Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. QT_BUILD_KEY problem in qconfig.h in qt-win-opensource-4.8.4-vs2010 installation
Forum Updated to NodeBB v4.3 + New Features

QT_BUILD_KEY problem in qconfig.h in qt-win-opensource-4.8.4-vs2010 installation

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 1.5k 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.
  • H Offline
    H Offline
    HughBe
    wrote on last edited by
    #1

    Hi,

    I have installed qt-win-opensource-4.8.4-vs2010.exe. I did not recompile anything (except qmake...).
    I have an application project and a style plugin project, but the plugin does not load. I have found that the problem was in the qconfig.h file installed with qt-win-opensource-4.8.4-vs2010.exe. It contains :

    #define QT_BUILD_KEY "Windows mingw debug full-config"

    a.s.o for release and x64.

    Obviously, installed Qt dlls have been compiled with :

    #define QT_BUILD_KEY "Windows msvc debug full-config"

    and my plugin does not load because the keys do not match.

    I have changed manually the qconfig.h file and now it is working.

    Of course, if I had recompiled Qt dlls, all dlls would have been build with QT_BUILD_KEY = "Windows mingw debug full-config" , although compiled with vs2010, and I would not have notice the problem. But is this normal?

    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