comparison src/qt.mk @ 2734:ffdcd0f515bc

update package qt
author Mark Brand <mabrand@mabrand.nl>
date Mon, 03 Sep 2012 17:13:09 +0200
parents be6a32dfbaea
children 485231b507aa
comparison
equal deleted inserted replaced
2730:38054572b13f 2734:ffdcd0f515bc
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := qt 4 PKG := qt
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := e1e2edef1d63ed677d6534d32800c2e1f7ad0e73 6 $(PKG)_CHECKSUM := bc352a283610e0cd2fe0dbedbc45613844090fcb
7 $(PKG)_SUBDIR := $(PKG)-everywhere-opensource-src-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := $(PKG)-everywhere-opensource-src-$($(PKG)_VERSION)
8 $(PKG)_FILE := $(PKG)-everywhere-opensource-src-$($(PKG)_VERSION).tar.gz 8 $(PKG)_FILE := $(PKG)-everywhere-opensource-src-$($(PKG)_VERSION).tar.gz
9 $(PKG)_URL := http://releases.qt-project.org/qt4/source/$($(PKG)_FILE) 9 $(PKG)_URL := http://releases.qt-project.org/qt4/source/$($(PKG)_FILE)
10 $(PKG)_DEPS := gcc libodbc++ postgresql freetds openssl zlib libpng jpeg libmng tiff sqlite dbus 10 $(PKG)_DEPS := gcc libodbc++ postgresql freetds openssl zlib libpng jpeg libmng tiff sqlite dbus
11 11