From 9ef54038fa69875ef069d7372d6d00d066139a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=9D=D0=B8=D0=BA?= =?UTF-8?q?=D1=83=D0=BB=D0=B8=D0=BD?= Date: Fri, 8 Jan 2021 11:28:28 +0000 Subject: [PATCH] Upload New File --- calculator_.pro | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 calculator_.pro diff --git a/calculator_.pro b/calculator_.pro new file mode 100644 index 0000000..89ea31a --- /dev/null +++ b/calculator_.pro @@ -0,0 +1,21 @@ +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 += \ + main.cpp \ + mainwindow.cpp + +HEADERS += \ + mainwindow.h + +# Default rules for deployment. +qnx: target.path = /tmp/$${TARGET}/bin +else: unix:!android: target.path = /opt/$${TARGET}/bin +!isEmpty(target.path): INSTALLS += target -- GitLab