aboutsummaryrefslogtreecommitdiff
path: root/Qt/whetherOrNot.pro
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-05 20:57:10 +0200
committerlonkaars <loek@pipeframe.xyz>2022-10-05 20:57:10 +0200
commit4625b939aad3537bd130617944e01f5da693b23d (patch)
tree8cd4b9c94d9ca70b7386b369e16d81c659d01c6f /Qt/whetherOrNot.pro
parent9c7f4e157f10aa58e4b78636a2f8556be4637a07 (diff)
initial merge of qt client
Diffstat (limited to 'Qt/whetherOrNot.pro')
-rw-r--r--Qt/whetherOrNot.pro28
1 files changed, 0 insertions, 28 deletions
diff --git a/Qt/whetherOrNot.pro b/Qt/whetherOrNot.pro
deleted file mode 100644
index 78a221a..0000000
--- a/Qt/whetherOrNot.pro
+++ /dev/null
@@ -1,28 +0,0 @@
-QT += core gui sql charts
-
-greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
-
-CONFIG += c++17
-
-# 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 += \
- dbconnector.cpp \
- main.cpp \
- mainwindow.cpp
-
-HEADERS += \
- dbconnector.h \
- main.h \
- mainwindow.h
-
-FORMS += \
- dbconnector.ui \
- mainwindow.ui
-
-# Default rules for deployment.
-qnx: target.path = /tmp/$${TARGET}/bin
-else: unix:!android: target.path = /opt/$${TARGET}/bin
-!isEmpty(target.path): INSTALLS += target