diff --git a/toonz/sources/stdfx/CMakeLists.txt b/toonz/sources/stdfx/CMakeLists.txt index f483c10..e49fdee 100644 --- a/toonz/sources/stdfx/CMakeLists.txt +++ b/toonz/sources/stdfx/CMakeLists.txt @@ -14,63 +14,63 @@ set(HEADERS stdfx.h texturefxP.h warp.h - motionawarebasefx.h - igs_color_blend.h -igs_color_rgb_hls.h -igs_color_rgb_hsv.h -igs_density.h -igs_fog.h -igs_gaussian_blur.h -igs_hls_add.h -igs_hls_adjust.h -igs_hls_noise.h -igs_hls_noise_in_camera.h -igs_hsv_add.h -igs_hsv_adjust.h -igs_hsv_noise.h -igs_hsv_noise_in_camera.h -igs_ifx_common.h -igs_level_auto.h -igs_level_auto_in_camera.h -igs_levels.h -igs_line_blur.h -igs_math_random.h -igs_maxmin.h -igs_maxmin_getput.h -igs_maxmin_lens_matrix.h -igs_maxmin_multithread.h -igs_maxmin_slrender.h -igs_median_filter.h -igs_median_filter_smooth.h -igs_motion_blur.h -igs_motion_wind.h -igs_motion_wind_pixel.h -igs_motion_wind_table.h -igs_negate.h -igs_os_type.h -igs_perlin_noise.h -igs_radial_blur.h -igs_resource_msg_from_err.h -igs_resource_multithread.h -igs_resource_sleep.h -igs_resource_thread.h -igs_rotate_blur.h -igs_warp.h -ino_common.h - iwa_adjustexposurefx.h - iwa_directionalblurfx.h - iwa_gradientwarpfx.h - iwa_motionblurfx.h - iwa_particles.h - iwa_particlesengine.h - iwa_particlesfx.h - iwa_particlesmanager.h - iwa_perspectivedistortfx.h - iwa_spectrumfx.h - iwa_simplexnoise.h - iwa_noise1234.h - iwa_fresnel.h - iwa_pnperspectivefx.h) + motionawarebasefx.h + igs_color_blend.h + igs_color_rgb_hls.h + igs_color_rgb_hsv.h + igs_density.h + igs_fog.h + igs_gaussian_blur.h + igs_hls_add.h + igs_hls_adjust.h + igs_hls_noise.h + igs_hls_noise_in_camera.h + igs_hsv_add.h + igs_hsv_adjust.h + igs_hsv_noise.h + igs_hsv_noise_in_camera.h + igs_ifx_common.h + igs_level_auto.h + igs_level_auto_in_camera.h + igs_levels.h + igs_line_blur.h + igs_math_random.h + igs_maxmin.h + igs_maxmin_getput.h + igs_maxmin_lens_matrix.h + igs_maxmin_multithread.h + igs_maxmin_slrender.h + igs_median_filter.h + igs_median_filter_smooth.h + igs_motion_blur.h + igs_motion_wind.h + igs_motion_wind_pixel.h + igs_motion_wind_table.h + igs_negate.h + igs_os_type.h + igs_perlin_noise.h + igs_radial_blur.h + igs_resource_msg_from_err.h + igs_resource_multithread.h + igs_resource_sleep.h + igs_resource_thread.h + igs_rotate_blur.h + igs_warp.h + ino_common.h + iwa_adjustexposurefx.h + iwa_directionalblurfx.h + iwa_gradientwarpfx.h + iwa_motionblurfx.h + iwa_particles.h + iwa_particlesengine.h + iwa_particlesfx.h + iwa_particlesmanager.h + iwa_perspectivedistortfx.h + iwa_spectrumfx.h + iwa_simplexnoise.h + iwa_noise1234.h + iwa_fresnel.h + iwa_pnperspectivefx.h) set(SOURCES adjustlevelsfx.cpp @@ -142,107 +142,107 @@ set(SOURCES unmultiplyfx.cpp warp.cpp warpfx.cpp - igs_attenuation_distribution.cpp - igs_color_blend.cpp - igs_color_rgb_hls.cpp - igs_color_rgb_hsv.cpp - igs_density.cpp - igs_fog.cpp - igs_gauss_distribution.cpp - igs_gaussian_blur.cpp - igs_hls_add.cpp - igs_hls_adjust.cpp - igs_hls_noise.cpp - igs_hls_noise_in_camera.cpp - igs_hsv_add.cpp - igs_hsv_adjust.cpp - igs_hsv_noise.cpp - igs_hsv_noise_in_camera.cpp - igs_level_auto.cpp - igs_level_auto_in_camera.cpp - igs_levels.cpp - igs_line_blur.cpp - igs_math_random.cpp - igs_maxmin.cpp - igs_maxmin_lens_matrix.cpp - igs_maxmin_slrender.cpp - igs_median_filter.cpp - igs_median_filter_smooth.cpp - igs_motion_blur.cpp - igs_motion_wind.cpp - igs_motion_wind_pixel.cpp - igs_motion_wind_table.cpp - igs_negate.cpp - igs_perlin_noise.cpp - igs_radial_blur.cpp - igs_resource_msg_from_err.cpp - igs_resource_multithread.cpp - igs_resource_sleep.cpp - igs_resource_thread.cpp - igs_rotate_blur.cpp - igs_warp_hori.cpp - igs_warp_vert.cpp - ino_blend_add.cpp - ino_blend_color_burn.cpp - ino_blend_color_dodge.cpp - ino_blend_cross_dissolve.cpp - ino_blend_darken.cpp - ino_blend_darker_color.cpp - ino_blend_divide.cpp - ino_blend_hard_light.cpp - ino_blend_hard_mix.cpp - ino_blend_lighten.cpp - ino_blend_lighter_color.cpp - ino_blend_linear_burn.cpp - ino_blend_linear_dodge.cpp - ino_blend_linear_light.cpp - ino_blend_multiply.cpp - ino_blend_over.cpp - ino_blend_overlay.cpp - ino_blend_pin_light.cpp - ino_blend_screen.cpp - ino_blend_soft_light.cpp - ino_blend_subtract.cpp - ino_blend_vivid_light.cpp - ino_blur.cpp - ino_channel_selector.cpp - ino_common.cpp - ino_density.cpp - ino_fog.cpp - ino_hls_add.cpp - ino_hls_adjust.cpp - ino_hls_noise.cpp - ino_hsv_add.cpp - ino_hsv_adjust.cpp - ino_hsv_noise.cpp - ino_level_auto.cpp - ino_level_master.cpp - ino_level_rgba.cpp - ino_line_blur.cpp - ino_maxmin.cpp - ino_median.cpp - ino_median_filter.cpp - ino_motion_blur.cpp - ino_motion_wind.cpp - ino_negate.cpp - ino_pn_clouds.cpp - ino_radial_blur.cpp - ino_spin_blur.cpp - ino_warp_hv.cpp - iwa_adjustexposurefx.cpp - iwa_directionalblurfx.cpp - iwa_gradientwarpfx.cpp - iwa_motionblurfx.cpp - iwa_particles.cpp - iwa_particlesengine.cpp - iwa_particlesfx.cpp - iwa_particlesmanager.cpp - iwa_perspectivedistortfx.cpp - iwa_spectrumfx.cpp - iwa_tilefx.cpp - iwa_simplexnoise.cpp - iwa_noise1234.cpp - iwa_pnperspectivefx.cpp) + igs_attenuation_distribution.cpp + igs_color_blend.cpp + igs_color_rgb_hls.cpp + igs_color_rgb_hsv.cpp + igs_density.cpp + igs_fog.cpp + igs_gauss_distribution.cpp + igs_gaussian_blur.cpp + igs_hls_add.cpp + igs_hls_adjust.cpp + igs_hls_noise.cpp + igs_hls_noise_in_camera.cpp + igs_hsv_add.cpp + igs_hsv_adjust.cpp + igs_hsv_noise.cpp + igs_hsv_noise_in_camera.cpp + igs_level_auto.cpp + igs_level_auto_in_camera.cpp + igs_levels.cpp + igs_line_blur.cpp + igs_math_random.cpp + igs_maxmin.cpp + igs_maxmin_lens_matrix.cpp + igs_maxmin_slrender.cpp + igs_median_filter.cpp + igs_median_filter_smooth.cpp + igs_motion_blur.cpp + igs_motion_wind.cpp + igs_motion_wind_pixel.cpp + igs_motion_wind_table.cpp + igs_negate.cpp + igs_perlin_noise.cpp + igs_radial_blur.cpp + igs_resource_msg_from_err.cpp + igs_resource_multithread.cpp + igs_resource_sleep.cpp + igs_resource_thread.cpp + igs_rotate_blur.cpp + igs_warp_hori.cpp + igs_warp_vert.cpp + ino_blend_add.cpp + ino_blend_color_burn.cpp + ino_blend_color_dodge.cpp + ino_blend_cross_dissolve.cpp + ino_blend_darken.cpp + ino_blend_darker_color.cpp + ino_blend_divide.cpp + ino_blend_hard_light.cpp + ino_blend_hard_mix.cpp + ino_blend_lighten.cpp + ino_blend_lighter_color.cpp + ino_blend_linear_burn.cpp + ino_blend_linear_dodge.cpp + ino_blend_linear_light.cpp + ino_blend_multiply.cpp + ino_blend_over.cpp + ino_blend_overlay.cpp + ino_blend_pin_light.cpp + ino_blend_screen.cpp + ino_blend_soft_light.cpp + ino_blend_subtract.cpp + ino_blend_vivid_light.cpp + ino_blur.cpp + ino_channel_selector.cpp + ino_common.cpp + ino_density.cpp + ino_fog.cpp + ino_hls_add.cpp + ino_hls_adjust.cpp + ino_hls_noise.cpp + ino_hsv_add.cpp + ino_hsv_adjust.cpp + ino_hsv_noise.cpp + ino_level_auto.cpp + ino_level_master.cpp + ino_level_rgba.cpp + ino_line_blur.cpp + ino_maxmin.cpp + ino_median.cpp + ino_median_filter.cpp + ino_motion_blur.cpp + ino_motion_wind.cpp + ino_negate.cpp + ino_pn_clouds.cpp + ino_radial_blur.cpp + ino_spin_blur.cpp + ino_warp_hv.cpp + iwa_adjustexposurefx.cpp + iwa_directionalblurfx.cpp + iwa_gradientwarpfx.cpp + iwa_motionblurfx.cpp + iwa_particles.cpp + iwa_particlesengine.cpp + iwa_particlesfx.cpp + iwa_particlesmanager.cpp + iwa_perspectivedistortfx.cpp + iwa_spectrumfx.cpp + iwa_tilefx.cpp + iwa_simplexnoise.cpp + iwa_noise1234.cpp + iwa_pnperspectivefx.cpp) add_library(tnzstdfx SHARED ${HEADERS} ${SOURCES} ${OBJCSOURCES}) add_definitions(-D_USRDLL -DTNZSTDFX_EXPORTS) diff --git a/toonz/sources/tnztools/CMakeLists.txt b/toonz/sources/tnztools/CMakeLists.txt index 848ab77..7390d63 100644 --- a/toonz/sources/tnztools/CMakeLists.txt +++ b/toonz/sources/tnztools/CMakeLists.txt @@ -9,8 +9,8 @@ set(MOC_HEADERS ../include/tools/toolhandle.h ../include/tools/tooloptions.h ../include/tools/screenpicker.h - rgbpickertool.h - rulertool.h) + rgbpickertool.h + rulertool.h) set(HEADERS ${MOC_HEADERS} autofill.h @@ -87,8 +87,8 @@ set(SOURCES rasterselection.cpp strokeselection.cpp screenpicker.cpp - fingertool.cpp - rulertool.cpp) + fingertool.cpp + rulertool.cpp) set(RESOURCES tnztools.qrc) diff --git a/toonz/sources/toonz/CMakeLists.txt b/toonz/sources/toonz/CMakeLists.txt index 0b114d1..d3efe1e 100644 --- a/toonz/sources/toonz/CMakeLists.txt +++ b/toonz/sources/toonz/CMakeLists.txt @@ -135,9 +135,9 @@ set(MOC_HEADERS xsheetviewer.h xshnoteviewer.h xshrowviewer.h - comboviewerpane.h - historypane.h - cleanupsettingspane.h + comboviewerpane.h + historypane.h + cleanupsettingspane.h # Tracker file dummyprocessor.h metnum.h @@ -292,9 +292,9 @@ set(SOURCES selectionutils.cpp antialiaspopup.cpp mergecmapped.cpp - comboviewerpane.cpp - historypane.cpp - cleanupsettingspane.cpp + comboviewerpane.cpp + historypane.cpp + cleanupsettingspane.cpp # Tracker file dummyprocessor.cpp metnum.cpp @@ -371,8 +371,8 @@ else() endif() if (APPLE) - # CMAKE_RUNTIME_OUTPUT_DIRECTORY should be equivalent to usage on windows despite empty - # OSX だと CMAKE_RUNTIME_OUTPUT_DIRECTORY が空だが Windows 版と同じ使い方ができるようにしておく + # CMAKE_RUNTIME_OUTPUT_DIRECTORY should be equivalent to usage on windows despite empty + # OSX だと CMAKE_RUNTIME_OUTPUT_DIRECTORY が空だが Windows 版と同じ使い方ができるようにしておく get_target_property(bin OpenToonz_${VERSION} LOCATION) get_filename_component(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${bin} DIRECTORY) endif() @@ -392,18 +392,18 @@ if (APPLE) add_custom_command(TARGET OpenToonz_${VERSION} POST_BUILD COMMAND cp ${lib} ${CMAKE_CURRENT_BINARY_DIR}/OpenToonz_${VERSION}.app/Contents/MacOS/) endforeach () - add_custom_command(TARGET OpenToonz_${VERSION} - POST_BUILD COMMAND - ${CMAKE_INSTALL_NAME_TOOL} -add_rpath @executable_path/. ${bin}) - add_custom_command(TARGET OpenToonz_${VERSION} - POST_BUILD COMMAND - ${CMAKE_INSTALL_NAME_TOOL} -add_rpath ${CMAKE_INSTALL_RPATH} ${bin}) - add_custom_command(TARGET OpenToonz_${VERSION} POST_BUILD COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_CURRENT_BINARY_DIR}/OpenToonz_${VERSION}.app/Contents/Resources) + add_custom_command(TARGET OpenToonz_${VERSION} + POST_BUILD COMMAND + ${CMAKE_INSTALL_NAME_TOOL} -add_rpath @executable_path/. ${bin}) + add_custom_command(TARGET OpenToonz_${VERSION} + POST_BUILD COMMAND + ${CMAKE_INSTALL_NAME_TOOL} -add_rpath ${CMAKE_INSTALL_RPATH} ${bin}) + add_custom_command(TARGET OpenToonz_${VERSION} POST_BUILD COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_CURRENT_BINARY_DIR}/OpenToonz_${VERSION}.app/Contents/Resources) - add_custom_command(TARGET OpenToonz_${VERSION} POST_BUILD COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_CURRENT_BINARY_DIR}/OpenToonz_${VERSION}.app/Contents/Resources) - add_custom_command(TARGET OpenToonz_${VERSION} POST_BUILD COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_CURRENT_BINARY_DIR}/qss) + add_custom_command(TARGET OpenToonz_${VERSION} POST_BUILD COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_CURRENT_BINARY_DIR}/OpenToonz_${VERSION}.app/Contents/Resources) + add_custom_command(TARGET OpenToonz_${VERSION} POST_BUILD COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_CURRENT_BINARY_DIR}/qss) - add_custom_command(TARGET OpenToonz_${VERSION} POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy ../../install/SystemVar.ini ${CMAKE_CURRENT_BINARY_DIR}/OpenToonz_${VERSION}.app/Contents/Resources) + add_custom_command(TARGET OpenToonz_${VERSION} POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy ../../install/SystemVar.ini ${CMAKE_CURRENT_BINARY_DIR}/OpenToonz_${VERSION}.app/Contents/Resources) endif (APPLE) diff --git a/toonz/sources/toonzqt/CMakeLists.txt b/toonz/sources/toonzqt/CMakeLists.txt index 1ff6bab..f592a82 100644 --- a/toonz/sources/toonzqt/CMakeLists.txt +++ b/toonz/sources/toonzqt/CMakeLists.txt @@ -1,197 +1,197 @@ set(MOC_HEADERS - ../include/toonzqt/addfxcontextmenu.h - ../include/toonzqt/checkbox.h - ../include/toonzqt/colorfield.h - docklayout.h - ../include/toonzqt/doublefield.h - ../include/toonzqt/doublepairfield.h - ../include/toonzqt/dvdialog.h - ../include/toonzqt/dvmimedata.h - ../include/toonzqt/dvscrollwidget.h - ../include/toonzqt/dvtextedit.h - ../include/toonzqt/expressionfield.h - ../include/toonzqt/filefield.h - ../include/toonzqt/flipconsole.h - ../include/toonzqt/framenavigator.h - ../include/toonzqt/freelayout.h - ../include/toonzqt/functionkeyframenavigator.h - ../include/toonzqt/functionpanel.h - ../include/toonzqt/functionsegmentviewer.h - ../include/toonzqt/functionselection.h - ../include/toonzqt/functionsheet.h - ../include/toonzqt/functiontoolbar.h - ../include/toonzqt/functiontreeviewer.h - ../include/toonzqt/functionviewer.h - fxdata.h - ../include/toonzqt/fxhistogramrender.h - ../include/toonzqt/fxschematicnode.h - ../include/toonzqt/fxschematicscene.h - ../include/toonzqt/fxselection.h - ../include/toonzqt/fxsettings.h - ../include/toonzqt/gutil.h - ../include/toonzqt/histogram.h - ../include/toonzqt/icongenerator.h - ../include/toonzqt/imageutils.h - ../include/toonzqt/infoviewer.h - ../include/toonzqt/intfield.h - ../include/toonzqt/intpairfield.h - ../include/toonzqt/keyframenavigator.h - ../include/toonzqt/lineedit.h - ../include/toonzqt/licensechecker.h - ../include/toonzqt/menubarcommand.h - ../include/toonzqt/multipleselection.h - palettedata.h - palettesscanpopup.h - ../include/toonzqt/paletteviewer.h - ../include/toonzqt/paletteviewergui.h - ../include/toonzqt/paramfield.h - ../include/toonzqt/planeviewer.h - ../include/toonzqt/popupbutton.h - ../include/toonzqt/rasterimagedata.h - ../include/toonzqt/schematicnode.h - ../include/toonzqt/schematicgroupeditor.h - ../include/toonzqt/schematicviewer.h - ../include/toonzqt/scriptconsole.h - ../include/toonzqt/selectioncommandids.h - ../include/toonzqt/selection.h - stageobjectselection.h - ../include/toonzqt/stageobjectsdata.h - ../include/toonzqt/spectrumfield.h - ../include/toonzqt/spreadsheetviewer.h - ../include/toonzqt/stageschematicnode.h - ../include/toonzqt/stageschematicscene.h - ../include/toonzqt/strokesdata.h - ../include/toonzqt/studiopaletteviewer.h - styledata.h - ../include/toonzqt/styleeditor.h - ../include/toonzqt/styleindexlineedit.h - ../include/toonzqt/styleselection.h - ../include/toonzqt/swatchviewer.h - ../include/toonzqt/tabbar.h - tdockwindows.h - ../include/toonzqt/tonecurvefield.h - ../include/toonzqt/treemodel.h - ../include/toonzqt/tselectionhandle.h - ../include/toonzqt/updatechecker.h - ../include/toonzqt/validatedchoicedialog.h - ../include/toonzqt/viewcommandids.h - ../include/toonzqt/trepetitionguard.h - ../include/toonzqt/camerasettingswidget.h - ../include/toonzqt/cleanupcamerasettingswidget.h - ../include/toonzqt/pickrgbutils.h - ../include/toonzqt/screenboard.h - ../include/toonzqt/marksbar.h - ../include/toonzqt/tmessageviewer.h - ../include/toonzqt/stylenameeditor.h - ../include/historytypes.h - ../include/toonzqt/flipconsoleowner.h - ../include/toonzqt/combohistogram.h - ../include/toonzqt/fxiconmanager.h - pluginhost.h) + ../include/toonzqt/addfxcontextmenu.h + ../include/toonzqt/checkbox.h + ../include/toonzqt/colorfield.h + docklayout.h + ../include/toonzqt/doublefield.h + ../include/toonzqt/doublepairfield.h + ../include/toonzqt/dvdialog.h + ../include/toonzqt/dvmimedata.h + ../include/toonzqt/dvscrollwidget.h + ../include/toonzqt/dvtextedit.h + ../include/toonzqt/expressionfield.h + ../include/toonzqt/filefield.h + ../include/toonzqt/flipconsole.h + ../include/toonzqt/framenavigator.h + ../include/toonzqt/freelayout.h + ../include/toonzqt/functionkeyframenavigator.h + ../include/toonzqt/functionpanel.h + ../include/toonzqt/functionsegmentviewer.h + ../include/toonzqt/functionselection.h + ../include/toonzqt/functionsheet.h + ../include/toonzqt/functiontoolbar.h + ../include/toonzqt/functiontreeviewer.h + ../include/toonzqt/functionviewer.h + fxdata.h + ../include/toonzqt/fxhistogramrender.h + ../include/toonzqt/fxschematicnode.h + ../include/toonzqt/fxschematicscene.h + ../include/toonzqt/fxselection.h + ../include/toonzqt/fxsettings.h + ../include/toonzqt/gutil.h + ../include/toonzqt/histogram.h + ../include/toonzqt/icongenerator.h + ../include/toonzqt/imageutils.h + ../include/toonzqt/infoviewer.h + ../include/toonzqt/intfield.h + ../include/toonzqt/intpairfield.h + ../include/toonzqt/keyframenavigator.h + ../include/toonzqt/lineedit.h + ../include/toonzqt/licensechecker.h + ../include/toonzqt/menubarcommand.h + ../include/toonzqt/multipleselection.h + palettedata.h + palettesscanpopup.h + ../include/toonzqt/paletteviewer.h + ../include/toonzqt/paletteviewergui.h + ../include/toonzqt/paramfield.h + ../include/toonzqt/planeviewer.h + ../include/toonzqt/popupbutton.h + ../include/toonzqt/rasterimagedata.h + ../include/toonzqt/schematicnode.h + ../include/toonzqt/schematicgroupeditor.h + ../include/toonzqt/schematicviewer.h + ../include/toonzqt/scriptconsole.h + ../include/toonzqt/selectioncommandids.h + ../include/toonzqt/selection.h + stageobjectselection.h + ../include/toonzqt/stageobjectsdata.h + ../include/toonzqt/spectrumfield.h + ../include/toonzqt/spreadsheetviewer.h + ../include/toonzqt/stageschematicnode.h + ../include/toonzqt/stageschematicscene.h + ../include/toonzqt/strokesdata.h + ../include/toonzqt/studiopaletteviewer.h + styledata.h + ../include/toonzqt/styleeditor.h + ../include/toonzqt/styleindexlineedit.h + ../include/toonzqt/styleselection.h + ../include/toonzqt/swatchviewer.h + ../include/toonzqt/tabbar.h + tdockwindows.h + ../include/toonzqt/tonecurvefield.h + ../include/toonzqt/treemodel.h + ../include/toonzqt/tselectionhandle.h + ../include/toonzqt/updatechecker.h + ../include/toonzqt/validatedchoicedialog.h + ../include/toonzqt/viewcommandids.h + ../include/toonzqt/trepetitionguard.h + ../include/toonzqt/camerasettingswidget.h + ../include/toonzqt/cleanupcamerasettingswidget.h + ../include/toonzqt/pickrgbutils.h + ../include/toonzqt/screenboard.h + ../include/toonzqt/marksbar.h + ../include/toonzqt/tmessageviewer.h + ../include/toonzqt/stylenameeditor.h + ../include/historytypes.h + ../include/toonzqt/flipconsoleowner.h + ../include/toonzqt/combohistogram.h + ../include/toonzqt/fxiconmanager.h + pluginhost.h) set(HEADERS ${MOC_HEADERS} - functionpaneltools.h - toonz_hostif.h - toonz_plugin.h - plugin_tile_interface.h - plugin_port_interface.h - plugin_fxnode_interface.h) + functionpaneltools.h + toonz_hostif.h + toonz_plugin.h + plugin_tile_interface.h + plugin_port_interface.h + plugin_fxnode_interface.h) set(SOURCES - checkbox.cpp - colorfield.cpp - docklayout.cpp - dockwidget.cpp - doublefield.cpp - doublepairfield.cpp - dvdialog.cpp - dvscrollwidget.cpp - dvtextedit.cpp - expressionfield.cpp - filefield.cpp - flipconsole.cpp - framenavigator.cpp - freelayout.cpp - fxhistogramrender.cpp - fxsettings.cpp - gutil.cpp - histogram.cpp - icongenerator.cpp - imageutils.cpp - infoviewer.cpp - intfield.cpp - intpairfield.cpp - keyframenavigator.cpp - lineedit.cpp - licensechecker.cpp - menubarcommand.cpp - palettesscanpopup.cpp - paletteviewer.cpp - paletteviewergui.cpp - paramfield.cpp - planeviewer.cpp - popupbutton.cpp - rasterimagedata.cpp - scriptconsole.cpp - selection.cpp - stageobjectsdata.cpp - spectrumfield.cpp - spreadsheetviewer.cpp - strokesdata.cpp - studiopaletteviewer.cpp - styleeditor.cpp - styleindexlineedit.cpp - swatchviewer.cpp - tabbar.cpp - tdockwindows.cpp - tonecurvefield.cpp - treemodel.cpp - tselectionhandle.cpp - addfxcontextmenu.cpp - fxschematicnode.cpp - fxschematicscene.cpp - schematicnode.cpp - schematicviewer.cpp - schematicgroupeditor.cpp - stageschematicnode.cpp - stageschematicscene.cpp - functionselection.cpp - fxselection.cpp - stageobjectselection.cpp - styleselection.cpp - dvmimedata.cpp - fxdata.cpp - palettedata.cpp - styledata.cpp - functionkeyframenavigator.cpp - functionpanel.cpp - functionpaneltools.cpp - functionsegmentviewer.cpp - functionsheet.cpp - functiontoolbar.cpp - functiontreeviewer.cpp - functionviewer.cpp - updatechecker.cpp - validatedchoicedialog.cpp - trepetitionguard.cpp - camerasettingswidget.cpp - cleanupcamerasettingswidget.cpp - pickrgbutils.cpp - screenboard.cpp - marksbar.cpp - tmessageviewer.cpp - stylenameeditor.cpp - combohistogram.cpp - fxiconmanager.cpp - pluginhost.cpp - plugin_tile_interface.cpp - plugin_port_interface.cpp - plugin_fxnode_interface.cpp - plugin_param_interface.cpp - plugin_param_view_interface.cpp - plugin_ui_page_interface.cpp - toonz_params.cpp) + checkbox.cpp + colorfield.cpp + docklayout.cpp + dockwidget.cpp + doublefield.cpp + doublepairfield.cpp + dvdialog.cpp + dvscrollwidget.cpp + dvtextedit.cpp + expressionfield.cpp + filefield.cpp + flipconsole.cpp + framenavigator.cpp + freelayout.cpp + fxhistogramrender.cpp + fxsettings.cpp + gutil.cpp + histogram.cpp + icongenerator.cpp + imageutils.cpp + infoviewer.cpp + intfield.cpp + intpairfield.cpp + keyframenavigator.cpp + lineedit.cpp + licensechecker.cpp + menubarcommand.cpp + palettesscanpopup.cpp + paletteviewer.cpp + paletteviewergui.cpp + paramfield.cpp + planeviewer.cpp + popupbutton.cpp + rasterimagedata.cpp + scriptconsole.cpp + selection.cpp + stageobjectsdata.cpp + spectrumfield.cpp + spreadsheetviewer.cpp + strokesdata.cpp + studiopaletteviewer.cpp + styleeditor.cpp + styleindexlineedit.cpp + swatchviewer.cpp + tabbar.cpp + tdockwindows.cpp + tonecurvefield.cpp + treemodel.cpp + tselectionhandle.cpp + addfxcontextmenu.cpp + fxschematicnode.cpp + fxschematicscene.cpp + schematicnode.cpp + schematicviewer.cpp + schematicgroupeditor.cpp + stageschematicnode.cpp + stageschematicscene.cpp + functionselection.cpp + fxselection.cpp + stageobjectselection.cpp + styleselection.cpp + dvmimedata.cpp + fxdata.cpp + palettedata.cpp + styledata.cpp + functionkeyframenavigator.cpp + functionpanel.cpp + functionpaneltools.cpp + functionsegmentviewer.cpp + functionsheet.cpp + functiontoolbar.cpp + functiontreeviewer.cpp + functionviewer.cpp + updatechecker.cpp + validatedchoicedialog.cpp + trepetitionguard.cpp + camerasettingswidget.cpp + cleanupcamerasettingswidget.cpp + pickrgbutils.cpp + screenboard.cpp + marksbar.cpp + tmessageviewer.cpp + stylenameeditor.cpp + combohistogram.cpp + fxiconmanager.cpp + pluginhost.cpp + plugin_tile_interface.cpp + plugin_port_interface.cpp + plugin_fxnode_interface.cpp + plugin_param_interface.cpp + plugin_param_view_interface.cpp + plugin_ui_page_interface.cpp + toonz_params.cpp) set(RESOURCES toonzqt.qrc)