Project: Remove unused function

Change-Id: I6e74577841d4c9c304393a1e2c672ec3e43fd7e4
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2015-03-04 08:24:00 +02:00
committed by Orgad Shaneh
parent 04532fe604
commit 7ebc031ad4

View File

@@ -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) {