-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSubDrive_Simple_Logger_Tool.pro
More file actions
50 lines (36 loc) · 975 Bytes
/
SubDrive_Simple_Logger_Tool.pro
File metadata and controls
50 lines (36 loc) · 975 Bytes
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
48
49
50
#-------------------------------------------------
#
# Project created by QtCreator 2014-09-05T09:49:14
#
#-------------------------------------------------
QT += core gui xml network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = SubDrive_Simple_Logger_Tool
TEMPLATE = app
win32:RC_FILE = resources.rc
SOURCES += main.cpp\
mainwindow.cpp \
aboutdialog.cpp \
networkconfigdialog.cpp \
smtp/smtp.cpp \
emailconfig.cpp
HEADERS += \
aboutdialog.h \
version.h \
networkconfigdialog.h \
smtp/smtp.h \
emailconfig.h \
mainwindow.h
win32:HEADERS +=
win32:INCLUDEPATH += "C:\Qt_Projects\SubDriveDataLogger"
FORMS += mainwindow.ui \
aboutdialog.ui \
networkconfigdialog.ui \
emailconfig.ui
CONFIG += mobility
MOBILITY =
RESOURCES += \
res.qrc
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
OTHER_FILES += \
android/AndroidManifest.xml