aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtcreatorplugin.pri
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2015-03-04 08:24:00 +0200
committerOrgad Shaneh <orgads@gmail.com>2015-03-04 13:25:37 +0000
commit7ebc031ad40e7ff534133d7dfc56e50ae7d86b4d (patch)
tree6746162c194d31ef5e05a3b068c10500cffb3bac /src/qtcreatorplugin.pri
parent04532fe60424a6a254b3077c741bfb8bf9d0a8fe (diff)
Project: Remove unused function
Change-Id: I6e74577841d4c9c304393a1e2c672ec3e43fd7e4 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/qtcreatorplugin.pri')
-rw-r--r--src/qtcreatorplugin.pri4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qtcreatorplugin.pri b/src/qtcreatorplugin.pri
index b88d940314..e3536b3547 100644
--- a/src/qtcreatorplugin.pri
+++ b/src/qtcreatorplugin.pri
@@ -74,10 +74,6 @@ isEmpty(TARGET) {
error("qtcreatorplugin.pri: You must provide a TARGET")
}
-defineReplace(stripOutDir) {
- return($$relative_path($$1, $$OUT_PWD))
-}
-
PLUGINJSON = $$_PRO_FILE_PWD_/$${TARGET}.json
PLUGINJSON_IN = $${PLUGINJSON}.in
exists($$PLUGINJSON_IN) {