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. qmake infile error

qmake infile error

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

    Hey guys,

    in the QT Creator output i get the following error for this line of qmake code.

    exists(user_config.pri):infile(user_config.pri, CONFIG) {
    		CONFIG += $$fromfile(user_config.pri, CONFIG)
    		message($$sprintf("Using user-supplied additional config: '%1' specified in user_config.pri", $$fromfile(user_config.pri, CONFIG)))
    }
    
    Cannot read ***/user_config.pri: No such file or directory
    

    Why?

    K 1 Reply Last reply
    0
    • M MaxBec

      Hey guys,

      in the QT Creator output i get the following error for this line of qmake code.

      exists(user_config.pri):infile(user_config.pri, CONFIG) {
      		CONFIG += $$fromfile(user_config.pri, CONFIG)
      		message($$sprintf("Using user-supplied additional config: '%1' specified in user_config.pri", $$fromfile(user_config.pri, CONFIG)))
      }
      
      Cannot read ***/user_config.pri: No such file or directory
      

      Why?

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @MaxBec

      Is the folder correct and the file existing?

      If yes, you need to split the statement and find out which of the parts are causing the error.

      Vote the answer(s) that helped you to solve your issue(s)

      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