summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure5
-rw-r--r--platform/qt/platform.gyp2
2 files changed, 2 insertions, 5 deletions
diff --git a/configure b/configure
index 9fd7c358c4..0747197ff1 100755
--- a/configure
+++ b/configure
@@ -61,10 +61,7 @@ function print_opengl_flags {
}
function print_qt_flags {
- CONFIG+=" 'qt_cflags%': [], "$LN
- CONFIG+=" 'qt_ldflags%': [], "$LN
- CONFIG+=" 'qt_moc%': [], "$LN
- CONFIG+=" 'qt_rcc%': [], "$LN
+ :
}
# Load dependencies
diff --git a/platform/qt/platform.gyp b/platform/qt/platform.gyp
index fb833e985c..d93d4c4e9b 100644
--- a/platform/qt/platform.gyp
+++ b/platform/qt/platform.gyp
@@ -28,7 +28,7 @@
],
'includes': [
- '../../platform/qt/qt.gypi',
+ 'qt.gypi',
],
'sources': [