Only use QtCore when Qt4Support is enabled (qmake build)
This commit is contained in:
parent
27f320012b
commit
28b3b2aded
@ -86,6 +86,8 @@ contains(DATAX, qt4_support) {
|
|||||||
HEADERS += ../src/c/support/qt4_stream.h
|
HEADERS += ../src/c/support/qt4_stream.h
|
||||||
SOURCES += ../src/c/support/qt4_stream.cpp
|
SOURCES += ../src/c/support/qt4_stream.cpp
|
||||||
|
|
||||||
|
QT = core
|
||||||
|
|
||||||
qt4_support_inc.path = $$PREFIX_DIR/include/datax/c/support
|
qt4_support_inc.path = $$PREFIX_DIR/include/datax/c/support
|
||||||
qt4_support_inc.files = ../src/c/support/qt4_stream.h
|
qt4_support_inc.files = ../src/c/support/qt4_stream.h
|
||||||
INSTALLS += qt4_support_inc
|
INSTALLS += qt4_support_inc
|
||||||
|
Loading…
Reference in New Issue
Block a user