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. How to set qmake.conf path?

How to set qmake.conf path?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 2.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.
  • A Offline
    A Offline
    Aaron Kim
    wrote on last edited by
    #1

    Because Qt version which I have used is for 32-bit, I'm trying to change it to 64-bit.
    I downloaded a 64-bit Qt from internet (not the official site), but it doesn't work when I try to apply it in Qt creator, saying that Qt version is invalid.
    0_1543065548253_a.PNG
    Also, there is a message in General Messages tab.

    Cannot read C:/Users/Jamie/workspace/BASS/prereqs/qt/mkspecs/win32-g++/qmake.conf: No such file or directory

    So, I suspected that the wrong path of qmake.conf is set in somewhere (It seems that "Jamie" set it)

    I tried a command to change it like following.

    qmake -set QMAKE_SPEC D:\qt64bit\mkspecs\win32-g++\qmake.conf

    but it does not work.

    1 Reply Last reply
    0
    • dheerendraD Offline
      dheerendraD Offline
      dheerendra
      Qt Champions 2022
      wrote on last edited by
      #2

      Is this C:/Users/Jamie/workspace/BASS/prereqs/qt directory exist on your system ? When the build is made it has to be installed using make install.

      Where is qt is extracted on your system ? You need use qt.conf to change the directory of installation.

      [Paths]
      Prefix = /some/path

      Dheerendra
      @Community Service
      Certified Qt Specialist
      http://www.pthinks.com

      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