qmake: fix issue with support in gmio.pro

This commit is contained in:
Hugues Delorme 2014-04-04 16:01:29 +02:00
parent 7646813593
commit 5661cb656b

View File

@ -88,10 +88,10 @@ contains(GMIO, stl) {
# libSupport
HAS_SUPPORT = $$find(GMIO, support)
!isEmpty(HAS_SUPPORT) {
HEADERS += ../src/support/support_global.h
HEADERS += ../src/gmio_support/support_global.h
dll:DEFINES += GMIO_LIBSUPPORT_DLL \
GMIO_LIBSUPPORT_MAKE_DLL
support_inc.path = $$PREFIX_DIR/include/gmio/support
support_inc.path = $$PREFIX_DIR/include/gmio_support
support_inc.files = ../src/gmio_support/support_global.h
INSTALLS += support_inc
} # !isEmpty(HAS_SUPPORT)