From: nge Date: Fri, 15 Feb 2013 10:03:31 +0000 (+0000) Subject: CMake procedure : remove .hxx from list of sources X-Git-Tag: V6_main_FINAL~40 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9b5807d61a3b4f0ce17670baeac0f705e8c9ebcb;p=modules%2Fgui.git CMake procedure : remove .hxx from list of sources --- diff --git a/src/TreeData/Test/CMakeLists.txt b/src/TreeData/Test/CMakeLists.txt index c872a9b3c..3cb8978f0 100755 --- a/src/TreeData/Test/CMakeLists.txt +++ b/src/TreeData/Test/CMakeLists.txt @@ -42,12 +42,9 @@ SET(GUI_FORMS mainwindow.ui) QT4_WRAP_UI(GUI_FORMS_HEADERS ${GUI_FORMS}) SET(TreeData_guitester_SOURCES - testhelper.hxx testhelper.cxx guitester.cxx - mainwindow.hxx mainwindow.cxx - MyDataModel.hxx MyDataModel.cxx )