X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FQtx%2FCMakeLists.txt;h=d62b4e1c2bce7360477067dec105c3f5f1bf6b69;hb=f2376a3d416ad43c5ad000a92deb0801f71ff4c4;hp=ad1337ffc18e4aa47753c5d305fe0bf4e354330e;hpb=533affbecb3e001b103b2e7c41af58e33e4cce9c;p=modules%2Fgui.git diff --git a/src/Qtx/CMakeLists.txt b/src/Qtx/CMakeLists.txt old mode 100755 new mode 100644 index ad1337ffc..d62b4e1c2 --- a/src/Qtx/CMakeLists.txt +++ b/src/Qtx/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2024 CEA, EDF, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -33,7 +33,7 @@ SET(_link_LIBRARIES ${QT_LIBRARIES} ${OPENGL_LIBRARIES}) # --- headers --- # header files / to be processed by moc -SET(_moc_HEADERS +SET(_moc_HEADERS QtxAction.h QtxActionGroup.h QtxActionMenuMgr.h @@ -53,6 +53,7 @@ SET(_moc_HEADERS QtxFontEdit.h QtxGridBox.h QtxGroupBox.h + QtxInfoPanel.h QtxIntSpinBox.h QtxIntSpinSlider.h QtxListAction.h @@ -61,6 +62,7 @@ SET(_moc_HEADERS QtxMainWindow.h QtxMenu.h QtxMultiAction.h + QtxNotify.h QtxPagePrefMgr.h QtxPathDialog.h QtxPathEdit.h @@ -68,7 +70,6 @@ SET(_moc_HEADERS QtxPopupMgr.h QtxRubberBand.h QtxSearchTool.h - QtxShortcutEdit.h QtxSlider.h QtxSplash.h QtxToolBar.h @@ -95,6 +96,7 @@ SET(_other_HEADERS Qtx.h QtxEvalExpr.h QtxMap.h + QtxMsgHandler.h QtxPreferenceMgr.h QtxResourceMgr.h QtxTranslator.h @@ -144,6 +146,7 @@ SET(_other_SOURCES QtxFontEdit.cxx QtxGridBox.cxx QtxGroupBox.cxx + QtxInfoPanel.cxx QtxIntSpinBox.cxx QtxIntSpinSlider.cxx QtxListAction.cxx @@ -151,7 +154,9 @@ SET(_other_SOURCES QtxMRUAction.cxx QtxMainWindow.cxx QtxMenu.cxx + QtxMsgHandler.cxx QtxMultiAction.cxx + QtxNotify.cxx QtxPagePrefMgr.cxx QtxPathDialog.cxx QtxPathEdit.cxx @@ -161,7 +166,6 @@ SET(_other_SOURCES QtxResourceMgr.cxx QtxRubberBand.cxx QtxSearchTool.cxx - QtxShortcutEdit.cxx QtxSlider.cxx QtxSplash.cxx QtxToolBar.cxx