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 \
|
qxmlstream.o \
|
||||||
qxmlutils.o \
|
qxmlutils.o \
|
||||||
quuid.o \
|
quuid.o \
|
||||||
qcryptographichash.o \
|
|
||||||
registry.o
|
registry.o
|
||||||
|
|
||||||
$(TARGET): $(OBJECTS)
|
$(TARGET): $(OBJECTS)
|
||||||
|
@ -67,7 +67,6 @@ OBJECTS = \
|
|||||||
qxmlstream.obj \
|
qxmlstream.obj \
|
||||||
qxmlutils.obj \
|
qxmlutils.obj \
|
||||||
quuid.obj \
|
quuid.obj \
|
||||||
qcryptographichash.obj \
|
|
||||||
registry.obj \
|
registry.obj \
|
||||||
configure_pch.obj
|
configure_pch.obj
|
||||||
|
|
||||||
@ -142,7 +141,6 @@ qmalloc.obj: $(CORESRC)\global\qmalloc.cpp $(PCH)
|
|||||||
qxmlstream.obj: $(CORESRC)\xml\qxmlstream.cpp $(PCH)
|
qxmlstream.obj: $(CORESRC)\xml\qxmlstream.cpp $(PCH)
|
||||||
qxmlutils.obj: $(CORESRC)\xml\qxmlutils.cpp $(PCH)
|
qxmlutils.obj: $(CORESRC)\xml\qxmlutils.cpp $(PCH)
|
||||||
quuid.obj: $(CORESRC)\plugin\quuid.cpp $(PCH)
|
quuid.obj: $(CORESRC)\plugin\quuid.cpp $(PCH)
|
||||||
qcryptographichash.obj: $(CORESRC)\tools\qcryptographichash.cpp $(PCH)
|
|
||||||
|
|
||||||
{$(CONFSRC)}.cpp{}.obj::
|
{$(CONFSRC)}.cpp{}.obj::
|
||||||
$(CXX) -c $(CXXFLAGS) $<
|
$(CXX) -c $(CXXFLAGS) $<
|
||||||
|
Loading…
x
Reference in New Issue
Block a user