aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-09-05 14:17:59 +0200
committerEike Ziller <eike.ziller@qt.io>2018-09-10 11:10:57 +0000
commit56d0cb5bd02d0626bd54e4db9cec8a2fccc892f0 (patch)
treee9da279a213443fea0f1a36f58e7ac8f066d1189
parent1526c8fbf9f62391c4ff03fbff458f53f3e91a06 (diff)
Remove unused function
Change-Id: I22b4273a4f6e085a49b8e0a06c4cc8250c160e18 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--optional/template/binding.pro8
-rw-r--r--plugins/pythonextensions/pythonextensions.pro8
2 files changed, 0 insertions, 16 deletions
diff --git a/optional/template/binding.pro b/optional/template/binding.pro
index 57be22b..e7f71a1 100644
--- a/optional/template/binding.pro
+++ b/optional/template/binding.pro
@@ -62,14 +62,6 @@ module_wrapper_dummy_command.input = WRAPPED_CLASSES
module_wrapper_dummy_command.dependency_type = TYPE_C
module_wrapper_dummy_command.variable_out = GENERATED_SOURCES
-## Get the path component to the active config build folder
-defineReplace(getOutDir) {
- out_dir = $$OUT_PWD
- CONFIG(release, debug|release): out_dir = $$out_dir/release
- else:out_dir = $$out_dir/debug
- return($$out_dir)
-}
-
QMAKE_EXTRA_COMPILERS += shiboken module_wrapper_dummy_command
# Include paths for Shiboken generated files
diff --git a/plugins/pythonextensions/pythonextensions.pro b/plugins/pythonextensions/pythonextensions.pro
index 1324187..7f0c2b2 100644
--- a/plugins/pythonextensions/pythonextensions.pro
+++ b/plugins/pythonextensions/pythonextensions.pro
@@ -100,14 +100,6 @@ module_wrapper_dummy_command.input = WRAPPED_CLASSES
module_wrapper_dummy_command.dependency_type = TYPE_C
module_wrapper_dummy_command.variable_out = GENERATED_SOURCES
-## Get the path component to the active config build folder
-defineReplace(getOutDir) {
- out_dir = $$OUT_PWD
- CONFIG(release, debug|release): out_dir = $$out_dir/release
- else:out_dir = $$out_dir/debug
- return($$out_dir)
-}
-
QMAKE_EXTRA_COMPILERS += shiboken module_wrapper_dummy_command
# TODO: Fix some more of these hardcoded include paths