Only use QtCore when Qt4Support is enabled (qmake build)

This commit is contained in:
Hugues Delorme 2013-03-27 12:58:00 +01:00
parent 27f320012b
commit 28b3b2aded

View File

@ -86,6 +86,8 @@ contains(DATAX, qt4_support) {
HEADERS += ../src/c/support/qt4_stream.h
SOURCES += ../src/c/support/qt4_stream.cpp
QT = core
qt4_support_inc.path = $$PREFIX_DIR/include/datax/c/support
qt4_support_inc.files = ../src/c/support/qt4_stream.h
INSTALLS += qt4_support_inc