vnclauncher/vnclauncher.pro

19 lignes
311 B
Prolog

#-------------------------------------------------
#
# 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