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:
parent
3e4c9cb3d6
commit
a8467780fb
@ -69,7 +69,6 @@ OBJECTS = \
|
||||
qxmlstream.o \
|
||||
qxmlutils.o \
|
||||
quuid.o \
|
||||
qcryptographichash.o \
|
||||
registry.o
|
||||
|
||||
$(TARGET): $(OBJECTS)
|
||||
|
@ -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) $<
|
||||
|
Loading…
Reference in New Issue
Block a user