#------------------------------------------------- # # Project created by QtCreator 2014-07-16T16:52:34 # #------------------------------------------------- QT += core gui widgets TARGET = vnclauncher TEMPLATE = app SOURCES += main.cpp\ dialog.cpp HEADERS += dialog.h FORMS += dialog.ui