diff options
author | Tony Theodore <tonyt@logyst.com> | 2016-07-05 06:24:42 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2016-07-05 06:26:16 (GMT) |
commit | 5b666dc4792e6ca0c1fe027ecb4098a239ea515e (patch) | |
tree | 95dd757f83dfab0760b04bd6622e7b6b2edf2c14 /plugins/examples | |
parent | a0a3340772dd42ce0c36686aea6debd55513c346 (diff) | |
download | mxe-5b666dc4792e6ca0c1fe027ecb4098a239ea515e.zip mxe-5b666dc4792e6ca0c1fe027ecb4098a239ea515e.tar.gz mxe-5b666dc4792e6ca0c1fe027ecb4098a239ea515e.tar.bz2 |
custom-qt-min plugin: fix for doc example
Diffstat (limited to 'plugins/examples')
-rw-r--r-- | plugins/examples/custom-qt-min/overrides.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/examples/custom-qt-min/overrides.mk b/plugins/examples/custom-qt-min/overrides.mk index bbb1223..f5e5e3a 100644 --- a/plugins/examples/custom-qt-min/overrides.mk +++ b/plugins/examples/custom-qt-min/overrides.mk @@ -75,6 +75,7 @@ define qt_BUILD $(MAKE) -C '$(1)' -j '$(JOBS)' rm -rf '$(PREFIX)/$(TARGET)/qt' $(MAKE) -C '$(1)' -j 1 install + ln -sf '$(PREFIX)/$(TARGET)/qt/bin/qmake' '$(PREFIX)/bin/$(TARGET)'-qmake-qt4 mkdir '$(1)/test-qt' cd '$(1)/test-qt' && '$(PREFIX)/$(TARGET)/qt/bin/qmake' '$(PWD)/$(2).pro' |