Rename static.pri to qtcreatordata.pri and move to base directory

Preparation for using it at other places than static.pro as well.

Change-Id: I8b3f55fdd2a90bc793f4bbc584e3e96f80231ce5
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
Eike Ziller
2016-04-11 11:06:09 +02:00
parent 46739bcdf3
commit 69a406c37f
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
# STATIC_BASE - base directory for the files listed in STATIC_FILES
# STATIC_FILES - list of files to be deployed
include(../../qtcreator.pri)
include(qtcreator.pri)
# used in custom compilers which just copy files
defineReplace(stripStaticBase) {

View File

@@ -31,7 +31,7 @@ for(data_dir, DATA_DIRS) {
STATIC_FILES += $$file
}
include(static.pri)
include(../../qtcreatordata.pri)
SRCRESOURCEDIR = $$IDE_SOURCE_TREE/src/share/qtcreator/
defineReplace(stripSrcResourceDir) {