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. MAKEFILE_GENERATOR variable not set as a result of parsing : Student_Information_Database.pro. Possibly qmake was not able to find files included using "include(..)" - enable qmake debugging to investigate more.
QtWS25 Last Chance

MAKEFILE_GENERATOR variable not set as a result of parsing : Student_Information_Database.pro. Possibly qmake was not able to find files included using "include(..)" - enable qmake debugging to investigate more.

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 1.3k 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.
  • C Offline
    C Offline
    coder_hasib
    wrote on last edited by coder_hasib
    #1

    I have just installed qt 5.8 android version. Give

    17:16:27: Running steps for project untitled...
    17:16:27: Starting: "G:\Qt5.8.0\5.8\mingw53_32\bin\qmake.exe" "C:\Users\Hasibul Hasan Chowdh\Documents\untitled\untitled.pro" -spec win32-g++
    MAKEFILE_GENERATOR variable not set as a result of parsing : untitled.pro. Possibly qmake was not able to find files included using "include(..)" - enable qmake debugging to investigate more.
    17:16:27: The process "G:\Qt5.8.0\5.8\mingw53_32\bin\qmake.exe" exited with code 3.
    Error while building/deploying project untitled (kit: Desktop Qt 5.8.0 MinGW 32bit)
    When executing step "qmake"
    17:16:27: Elapsed time: 00:00.

    this error when compile any project. I have qt 5.5 installed too. and it works fine. Where is the problem ? Need help guys;

    My .pro file
    TEMPLATE = app
    CONFIG += console c++11
    CONFIG -= app_bundle
    CONFIG -= qt

    SOURCES += main.cpp

    .cpp file
    #include <iostream>

    using namespace std;

    int main(int argc, char *argv[])
    {
    cout << "Hello World!" << endl;
    return 0;
    }

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Remove spaces from your paths. That's probably no the reason for your error, but it can help later.

      (Z(:^

      1 Reply Last reply
      1
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        To add to @sierdzio please, use a short meaningful title for your threads.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved