From 73f1b4052bac091777841a929a8e757c83f6be78 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Wed, 29 May 2013 14:51:34 +0200 Subject: [PATCH] Fix invalid case p4#: 21765 --- ApplicationCode/ssihubInterface/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ApplicationCode/ssihubInterface/CMakeLists.txt b/ApplicationCode/ssihubInterface/CMakeLists.txt index 27ffea45f8..2df6e8d8eb 100644 --- a/ApplicationCode/ssihubInterface/CMakeLists.txt +++ b/ApplicationCode/ssihubInterface/CMakeLists.txt @@ -6,7 +6,7 @@ project (ssihubInterface) set( QOBJECT_HEADERS ssihubWebServiceInterface.h ssihubDialog.h - httpWindow.h + httpwindow.h ) set( QT_UI_FILES @@ -27,7 +27,7 @@ add_library( ${PROJECT_NAME} ssihubInterface.cpp ssihubWebServiceInterface.cpp ssihubDialog.cpp - httpWindow.cpp + httpwindow.cpp ${MOC_FILES_CPP} ${FORM_FILES_CPP}