set(examples
qtAttributePreview
qtCoilsModelPreview
qtSourceModelPreview
)

foreach(example ${examples})
  add_executable(${example} MACOSX_BUNDLE
    ${example}.cxx
    )
  target_link_libraries(${example}
    smtkQtExt
    smtkCore
    smtkTruchasPlugin
    smtkTruchasQtExt
    )
endforeach(example)
