-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaim.pro
62 lines (50 loc) · 1.45 KB
/
aim.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android-sources
QT += sql qml quick widgets quickcontrols2
android {
QT += androidextras
}
SOURCES += main.cpp \
aims/AimBase.cpp \
aims/AimNotifications.cpp \
aims/DoneActsChart.cpp \
aims/ListOperations.cpp \
aims/RunningAims.cpp \
aims/ScreenGlobal.cpp \
aims/UserSettings.cpp \
aims/UserToken.cpp \
apptools/LogHandler.cpp \
apptools/Popup.cpp \
apptools/SystemTray.cpp \
apptools/TabelSerialize.cpp \
apptools/TreeModel.cpp
RESOURCES += qml.qrc \
icons.qrc
DISTFILES += \
android-sources/AndroidManifest.xml \
android-sources/build.gradle \
android-sources/gradle.properties \
android-sources/gradle/wrapper/gradle-wrapper.jar \
android-sources/gradle/wrapper/gradle-wrapper.properties \
android-sources/gradlew \
android-sources/gradlew.bat \
general_notes \
android-sources/src/at/wavespl/apps/aim/NotificationClient.java \
TODO \
android-sources/src/at/wavespl/apps/aim/NotificationService.java
HEADERS += \
aims/AimBase.h \
aims/AimNotifications.h \
aims/DoneActsChart.h \
aims/ListOperations.h \
aims/RunningAims.h \
aims/ScreenGlobal.h \
aims/UserSettings.h \
aims/UserToken.h \
apptools/Clipboard.h \
apptools/LogHandler.h \
apptools/Notifications.h \
apptools/Popup.h \
apptools/SystemTray.h \
apptools/TabelSerialize.h \
apptools/TreeModel.h
INSTALLS += target