project(smokedeptool)

find_package(Qt4 REQUIRED) include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. ${QT_INCLUDES} )

add_executable(smokedeptool main.cpp) target_link_libraries(smokedeptool smokeqtcore ${QT_QTCORE_LIBRARY})