ENABLE_QT()
QT4_WRAP_CPP(MyWidget_HEADERS_MOC MyWidget.h)
QT4_WRAP_CPP(qextserialport_HEADERS_MOC qextserialport.h qextserialenumerator.h)

ADD_EXECUTABLE(serial_vnc MyWidget.cpp MyWidget.h MyApplication.cpp MyApplication.h qextserialport.h qextserialport_p.h qextserialenumerator.h qextserialenumerator_p.h qextserialport_global.h qextserialport.cpp qextserialenumerator.cpp qextserialport_unix.cpp qextserialenumerator_unix.cpp ${MyWidget_HEADERS_MOC})
TARGET_LINK_LIBRARIES(serial_vnc onyx_screen onyxapp onyx_sys onyx_data ${QT_LIBRARIES})
SET_TARGET_PROPERTIES(serial_vnc PROPERTIES  COMPILE_DEFINITIONS "QESP_NO_UDEV")
set_target_properties(serial_vnc PROPERTIES  RUNTIME_OUTPUT_DIRECTORY ${TEST_OUTPUT_PATH})

