From 56d0cb5bd02d0626bd54e4db9cec8a2fccc892f0 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Wed, 5 Sep 2018 14:17:59 +0200 Subject: Remove unused function Change-Id: I22b4273a4f6e085a49b8e0a06c4cc8250c160e18 Reviewed-by: Friedemann Kleint --- plugins/pythonextensions/pythonextensions.pro | 8 -------- 1 file changed, 8 deletions(-) (limited to 'plugins') 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 -- cgit v1.2.3