From 9e40fbfe04dd2ee598bf1f5b455d1d76e4d92243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B8=D0=BD=D0=B0=20=D0=9E=D1=80=D0=B5=D1=85?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0?= Date: Tue, 22 Dec 2020 19:11:50 +0000 Subject: [PATCH] Upload New File --- laba2_calc.pro | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 laba2_calc.pro diff --git a/laba2_calc.pro b/laba2_calc.pro new file mode 100644 index 0000000..86d9bc9 --- /dev/null +++ b/laba2_calc.pro @@ -0,0 +1,23 @@ +QT += core gui + +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets + +CONFIG += c++11 + +# You can make your code fail to compile if it uses deprecated APIs. +# In order to do so, uncomment the following line. +#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 + +SOURCES += \ + calculator.cpp \ + main.cpp \ + +HEADERS += \ + calculator.h \ + +FORMS += + +# Default rules for deployment. +qnx: target.path = /tmp/$${TARGET}/bin +else: unix:!android: target.path = /opt/$${TARGET}/bin +!isEmpty(target.path): INSTALLS += target -- GitLab