Warning, /libraries/kproperty/src/editors/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(KPROPERTY_EDITORS_HEADERS
0002         Utils
0003         BoolEdit
0004         ColorEdit
0005         ComboBox
0006         CursorEdit
0007         DateEdit
0008         DateTimeEdit
0009         #DummyWidget
0010         FontEdit
0011         LineStyleEdit
0012         PixmapEdit
0013         PointEdit
0014         RectEdit
0015         SizeEdit
0016         SizePolicyEdit
0017         SpinBox
0018         #StringListEdit
0019         #SymbolCombo
0020         TimeEdit
0021 )
0022 
0023 ecm_generate_headers(kproperty_editors_FORWARDING_HEADERS
0024     REQUIRED_HEADERS kproperty_editors_HEADERS
0025     # TODO: rename to camelcase, then uncomment "ORIGINAL CAMELCASE"
0026     HEADER_NAMES ${KPROPERTY_EDITORS_HEADERS}
0027 )
0028 
0029 ecm_generate_headers(kproperty_editors_FORWARDING_HEADERS
0030     REQUIRED_HEADERS kproperty_editors_HEADERS
0031     ORIGINAL CAMELCASE
0032     HEADER_NAMES
0033         KPropertyGenericSelectionEditor
0034         KPropertyMultiLineStringEditor
0035         KPropertyRectFEditor
0036         KPropertyStringEditor
0037         KPropertyUrlEditor
0038 )
0039 
0040 set(kproperty_editors_HEADERS ${kproperty_editors_HEADERS} PARENT_SCOPE)
0041 set(kproperty_editors_FORWARDING_HEADERS ${kproperty_editors_FORWARDING_HEADERS} PARENT_SCOPE)