summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-04-27 13:05:36 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-04-27 17:07:19 +0300
commit0e465a1248a16ca14d4f6776a366ed1a3ae286a5 (patch)
tree7d7b11c6311e74b3e27f693ed44901812c5d7b42
parenta208abc9a5ee3d5351b3670fa2bbb26a77666b73 (diff)
downloadqtlocation-mapboxgl-0e465a1248a16ca14d4f6776a366ed1a3ae286a5.tar.gz
[build] Qt cleanup
-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': [