diff options
author | Tony Theodore <tonyt@logyst.com> | 2014-04-06 09:37:14 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2014-04-06 09:37:14 (GMT) |
commit | a1a97358aad33650b20433025e169a597f35d0c7 (patch) | |
tree | 8c85f8cb0080238fa50773784945491faaaffd9d /src/qtserialport_qt4.mk | |
parent | bc2153bea86dfe1a462ee12d9e93c7b94e3bc00d (diff) | |
download | mxe-a1a97358aad33650b20433025e169a597f35d0c7.zip mxe-a1a97358aad33650b20433025e169a597f35d0c7.tar.gz mxe-a1a97358aad33650b20433025e169a597f35d0c7.tar.bz2 |
package qtserialport: add Qt4 version
Diffstat (limited to 'src/qtserialport_qt4.mk')
-rw-r--r-- | src/qtserialport_qt4.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/qtserialport_qt4.mk b/src/qtserialport_qt4.mk new file mode 100644 index 0000000..7444c6a --- /dev/null +++ b/src/qtserialport_qt4.mk @@ -0,0 +1,21 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := qtserialport_qt4 +$(PKG)_IGNORE := +$(PKG)_VERSION = $(qtbase_VERSION) +$(PKG)_CHECKSUM := 929b27f7d67a44cd7f9fc138f0c1300145d7e517 +$(PKG)_SUBDIR = $(subst qtbase,qtserialport,$(qtbase_SUBDIR)) +$(PKG)_FILE = $(subst qtbase,qtserialport,$(qtbase_FILE)) +$(PKG)_URL = $(subst qtbase,qtserialport,$(qtbase_URL)) +$(PKG)_DEPS := gcc qt + +define $(PKG)_UPDATE + echo $(qtbase_VERSION) +endef + +define $(PKG)_BUILD + cd '$(1)' && '$(PREFIX)/$(TARGET)/qt/bin/qmake' + $(MAKE) -C '$(1)' -j '$(JOBS)' + $(MAKE) -C '$(1)' -j 1 install +endef |