forked from qt-creator/qt-creator
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:
@@ -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) {
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user