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. Compile error - Unknown module in QT: debug

Compile error - Unknown module in QT: debug

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

    Recently had a computer crash and switched to new computer. Installed the latest version of QT Creator (2.6.2) - I had been running 2.4.1. When I try to compile an existing project, I get this error: Unknown Module(s) in QT: debug.

    I'm guessing that this is pretty simple and probably a configuration issue but since I do not have my old computer to reference, I'm a bit lost. Can someone please help.

    Example projects (included with QT) compile without any issues. I did my QT install by downloading 'Qt 5.0.1 for Windows 32-bit (MinGW 4.7, 823 MB)' and running with defaults

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lgeyer
      wrote on last edited by
      #2

      Is it possible that you have <code>QT += debug</code> instead of <code>CONFIG += debug</code> in your <code>.pro</code> file?

      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