Remove compression support from moc.
Moc doesn't compress anything so it doesn't have to link against zlib. In practice it is a build fix for a bug exposed by previous patches. Change-Id: I0debfccc903b3addd7c16be8421a51b6be9ceb2f Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
This commit is contained in:
parent
11f8eb2e34
commit
ca604b5b77
@ -1,7 +1,7 @@
|
||||
TEMPLATE = app
|
||||
TARGET = moc
|
||||
|
||||
DEFINES += QT_MOC QT_NO_CAST_FROM_BYTEARRAY
|
||||
DEFINES += QT_MOC QT_NO_CAST_FROM_BYTEARRAY QT_NO_COMPRESS
|
||||
DESTDIR = ../../../bin
|
||||
INCLUDEPATH += .
|
||||
DEPENDPATH += .
|
||||
|
Loading…
Reference in New Issue
Block a user