From 6f85deeecd229621933c8e33df945ccb290fb94d Mon Sep 17 00:00:00 2001 From: philicious Date: Mon, 13 Jun 2016 23:53:01 +0200 Subject: [PATCH] added missing source/header for SWGApiResponse in Makefile --- samples/client/petstore/qt5cpp/PetStore/PetStore.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/client/petstore/qt5cpp/PetStore/PetStore.pro b/samples/client/petstore/qt5cpp/PetStore/PetStore.pro index 70b3618cba6..64f27a3c924 100644 --- a/samples/client/petstore/qt5cpp/PetStore/PetStore.pro +++ b/samples/client/petstore/qt5cpp/PetStore/PetStore.pro @@ -28,6 +28,7 @@ SOURCES += main.cpp \ ../client/SWGTag.cpp \ ../client/SWGUser.cpp \ ../client/SWGUserApi.cpp \ + ../client/SWGApiResponse.cpp \ PetApiTests.cpp HEADERS += \ @@ -43,4 +44,5 @@ HEADERS += \ ../client/SWGUser.h \ ../client/SWGUserApi.h \ PetApiTests.h \ + ../client/SWGApiResponse.h \ ../client/SWGModelFactory.h