Don't compile qcryptographichash into configure.exe

It doesn't need it.

Change-Id: I74a8b382fa77ba5bcdabd5b901742bec645ff0c8
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
Thiago Macieira 2013-08-13 13:29:07 -07:00 committed by The Qt Project
parent 3e4c9cb3d6
commit a8467780fb
2 changed files with 0 additions and 3 deletions

View File

@ -69,7 +69,6 @@ OBJECTS = \
qxmlstream.o \
qxmlutils.o \
quuid.o \
qcryptographichash.o \
registry.o
$(TARGET): $(OBJECTS)

View File

@ -67,7 +67,6 @@ OBJECTS = \
qxmlstream.obj \
qxmlutils.obj \
quuid.obj \
qcryptographichash.obj \
registry.obj \
configure_pch.obj
@ -142,7 +141,6 @@ qmalloc.obj: $(CORESRC)\global\qmalloc.cpp $(PCH)
qxmlstream.obj: $(CORESRC)\xml\qxmlstream.cpp $(PCH)
qxmlutils.obj: $(CORESRC)\xml\qxmlutils.cpp $(PCH)
quuid.obj: $(CORESRC)\plugin\quuid.cpp $(PCH)
qcryptographichash.obj: $(CORESRC)\tools\qcryptographichash.cpp $(PCH)
{$(CONFSRC)}.cpp{}.obj::
$(CXX) -c $(CXXFLAGS) $<