You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
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