-
Notifications
You must be signed in to change notification settings - Fork 0
/
DTKiosk.pro
47 lines (36 loc) · 1016 Bytes
/
DTKiosk.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#-------------------------------------------------
#
# Project created by QtCreator 2019-06-23T14:35:57
#
#-------------------------------------------------
QT += core gui widgets xml positioning network svg
TARGET = DTKiosk
TEMPLATE = app
DEFINES += QT_DEPRECATED_WARNINGS
CONFIG += c++14
SOURCES += \
dtauth.cpp \
dtsensor.cpp \
main.cpp \
mainwindow.cpp \
yrforecast.cpp
HEADERS += \
dtauth.h \
dtsensor.h \
mainwindow.h \
yrforecast.h
FORMS += \
mainwindow.ui
INCLUDEPATH += $${PWD}/QJsonWebToken/src
DEPENDPATH += $${PWD}/QJsonWebToken/src
include(QJsonWebToken/src/qjsonwebtoken.pri))
#INCLUDEPATH += $${PWD}/gen/client
#DEPENDPATH += $${PWD}/gen/client
#include(gen/client/client.pri)
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
DISTFILES += \
.gitignore \
#gen/client/client.pri