diff options
author | Tony Theodore <tonyt@logyst.com> | 2014-04-03 11:16:23 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2014-04-03 11:16:23 (GMT) |
commit | 1b7261ecadb3b38aa5d3f07046b7d1dadbea16f8 (patch) | |
tree | f8c0c1212f9561b58ead6ee6a3f6ff813f64493f /src/qwt.mk | |
parent | 577159f4e9da376ead3c9fcbc92915d87734370f (diff) | |
download | mxe-1b7261ecadb3b38aa5d3f07046b7d1dadbea16f8.zip mxe-1b7261ecadb3b38aa5d3f07046b7d1dadbea16f8.tar.gz mxe-1b7261ecadb3b38aa5d3f07046b7d1dadbea16f8.tar.bz2 |
package qwt: enable shared build
Diffstat (limited to 'src/qwt.mk')
-rw-r--r-- | src/qwt.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ define $(PKG)_UPDATE endef define $(PKG)_BUILD + $(if $(BUILD_STATIC),\ + echo "QWT_CONFIG -= QwtDll" >> '$(1)/qwtconfig.pri') + # build cd '$(1)/src' && $(PREFIX)/$(TARGET)/qt5/bin/qmake $(MAKE) -C '$(1)/src' -f 'Makefile.Release' -j '$(JOBS)' install |