This repository has been archived on 2020-03-08. You can view files and clone it, but cannot push or open issues or pull requests.
pg-tp3/tp3.pro

37 lines
638 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2019-01-12T12:27:11
#
#-------------------------------------------------
QT += core gui
CONFIG += c++14 debug
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = tp3
TEMPLATE = app
SOURCES += main.cpp\
princ.cpp \
glarea.cpp \
cylinder.cpp \
scene.cpp \
settingsdialog.cpp \
propslider.cpp
HEADERS += princ.h \
glarea.h \
scene.h \
cylinder.h \
settingsdialog.h \
propslider.h
FORMS += princ.ui \
settingsdialog.ui
RESOURCES += \
tp3.qrc