Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7798811
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T00:06:23+00:00 2026-06-02T00:06:23+00:00

I have two projects in QtCreator, which both include two .pri files in another

  • 0

I have two projects in QtCreator, which both include two .pri files in another directory:

[common]
    * common.pri
    * database.pri
    * ...
[projects]
    [project1]
        * project1.pro
        * ...
    [project2]
        * project2.pro
        * ...

Let’s concentrate on one .pro file. It contains the two includes:

COMMONPATH = ../../common

# INCLUDE COMMON FILES
!include($${COMMONPATH}/common.pri) {
    error(Failed to include common/common.pri)
}

# INCLUDE DATABASE FILES
!include($${COMMONPATH}/database.pri) {
    error(Failed to include common/database.pri)
}

After saving my .pro file, QtCreator didn’t notice the two .pri files in the project manager.

After some time (and I can’t remember what I did to do so) QtCreator showed one of the two .pri files as shown in the screenshot:

Project Manager

I’m now stuck since I can’t tell why QtCreator doesn’t show the second .pri file the same way it shows the first one, neither why it showed the first one only after some time…

I tried to replace the $${COMMONPATH} variable by its value, removed the error handling, restarted QtCreator multiple times, run qmake from the menu multiple times, …

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T00:06:24+00:00Added an answer on June 2, 2026 at 12:06 am

    Ok this is weird. I just figured out why Project Manager doesn’t display the second included .pri file:

    The file contains an error(...) statement, which itself contains a ' character, which is correctly interpreted by qmake, but incorrectly by the Project Manager! The latter obviously interprets ' as a string enclosure token or something similar.

    From common/database.pri:

    !include(<anotherPriFile>) {
        error(Can't find file for inclusion!)
    }
    

    Correct version (removed '):

    !include(<anotherPriFile>) {
        error(Cannot find file for inclusion!)
    }
    

    I’m using this QtCreator version:

    Qt Creator 2.1.0 based on Qt 4.7.2
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two projects in my solution; one which builds a static lib, another
I have two projects: ClientProj and ServerProj , which both share a SharedLibrary containing
I have two projects, and they have some headers in common, so they both
I have two projects within one solution. Both projects contain some files that are
I have two projects, a Cocoa iPhone application and a static library which it
We have two projects that are both class libraries. Project 1 is a VS
I have two projects, both of them data access layers, and both using EF.
I have two projects : Menu and Module and they are both in the
okay so I have two projects one in which I have done all the
I have two projects which run as separate processes, but belong to the same

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.