From 5661cb656bb742f22dfa0ec4719410fb05f157cd Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Fri, 4 Apr 2014 16:01:29 +0200 Subject: [PATCH] qmake: fix issue with support in gmio.pro --- qmake/gmio.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qmake/gmio.pro b/qmake/gmio.pro index 735140a..56f0ce0 100644 --- a/qmake/gmio.pro +++ b/qmake/gmio.pro @@ -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)