Skip to content

Commit

Permalink
qmake: configure.pri instead of prf
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Apr 20, 2013
1 parent 057e821 commit 6ebfec7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions root.pri
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ greaterThan(QT_MAJOR_VERSION, 4) {
####ASSUME compile tests and .qmake.cache is in project out root dir
#vars in .qmake.cache will affect all projects in subdirs, even if qmake's working dir is not in .qmake.cache dir
#write_file($$BUILD_DIR/.qmake.cache) ##TODO: erase the existing lines!!
include(configure.prf)
include(configure.pri)
#clear config.log iff reconfigure is required
write_file($$QMAKE_CONFIG_LOG)
#cache() is available after include configure.prf
#load(configure.prf) #what's the difference?
#cache() is available after include configure.pri
#load(configure.pri) #what's the difference?
message("cache: $$_QMAKE_CACHE_QT4_")
}
cache(BUILD_DIR, set, BUILD_DIR)
Expand Down

0 comments on commit 6ebfec7

Please sign in to comment.