This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/console/Qt/untitled/untitled.pro
2015-07-06 11:54:33 +01:00

21 lines
361 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2015-06-27T18:26:00
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = untitled
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp
HEADERS += mainwindow.h
FORMS += mainwindow.ui