
allinea_add_executable (qt-ssh-askpass
        NO_QT_XML
        NO_QT_NETWORK
        openssh-askpass-qt-main.cpp
        askpassqt.cpp
        askpassqt.ui

        QT_LIBRARIES Widgets
        )

install (TARGETS qt-ssh-askpass
        DESTINATION "${LIBEXEC_INSTALL_DIR}"
        )
