summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-01-05 13:51:57 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-30 09:39:24 +0100
commit34a13f140dc26b359b6f41904a75563e6ea0bf5e (patch)
tree4ee50fdcfd161c3b3dd2b95f404267517e24904e /src/tools
parent7fadd27fc21ff38a3170e67a79738a316cc3b202 (diff)
Add snapshot support for non-cross-compiled builds
Once qmake supports dynamic spec selection (QTBUG-23447), we can tell it to build mkv8snapshot as a host tool, and then remove the cross_compile guards from tools.pro and v8.pro. Change-Id: I016227e80ba8c5832bcca718b08a2b14dc3805e6 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/tools.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/tools.pro b/src/tools/tools.pro
new file mode 100644
index 0000000..d96f6fc
--- /dev/null
+++ b/src/tools/tools.pro
@@ -0,0 +1,3 @@
+TEMPLATE = subdirs
+SUBDIRS =
+!cross_compile:contains(QT_CONFIG, v8snapshot): SUBDIRS += mkv8snapshot