diff options
author | Mark Brand <mabrand@mabrand.nl> | 2013-01-28 23:55:11 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2013-01-28 23:55:11 (GMT) |
commit | a105fea0ab70ca77270f1a0c4c685ed067408e09 (patch) | |
tree | 384bd0ac07472b5aa1556512fd72e3ec08fac0ed /src/qtactiveqt.mk | |
parent | f98349455a69ffa3cf3a78b86f90a1d7f0c6043b (diff) | |
download | mxe-a105fea0ab70ca77270f1a0c4c685ed067408e09.zip mxe-a105fea0ab70ca77270f1a0c4c685ed067408e09.tar.gz mxe-a105fea0ab70ca77270f1a0c4c685ed067408e09.tar.bz2 |
qt5 module packages: add update macros
Diffstat (limited to 'src/qtactiveqt.mk')
-rw-r--r-- | src/qtactiveqt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qtactiveqt.mk b/src/qtactiveqt.mk index 530f847..6340a46 100644 --- a/src/qtactiveqt.mk +++ b/src/qtactiveqt.mk @@ -10,7 +10,7 @@ $(PKG)_URL := http://releases.qt-project.org/qt5/$($(PKG)_VERSION)/submodul $(PKG)_DEPS := gcc qtbase define $(PKG)_UPDATE - echo 'Warning: Updates are temporarily disabled for package qtactiveqt.' >&2; + echo $(qtbase_VERSION) endef define $(PKG)_BUILD |