-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathTodour.pro
88 lines (77 loc) · 1.76 KB
/
Todour.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#-------------------------------------------------
#
# Project created by QtCreator 2012-08-11T09:36:21
#
#-------------------------------------------------
QT += core gui network widgets
TARGET = Todour
TEMPLATE = app
VERS = $$system(perl version.pl)
DEFINES += VER=\"\\\"$${VERS}\\\"\"
CONFIG += c++11
CONFIG+=sdk_no_version_check
macx{
ICON = icon.icns
#QMAKE_MAC_SDK = macosx11.0
}
win32 {
RC_FILE = myresource.rc
}
include(QtAwesome/QtAwesome/QtAwesome.pri)
include(UGlobalHotkey/uglobalhotkey.pri)
SOURCES += main.cpp\
mainwindow.cpp \
todotxt.cpp \
todotablemodel.cpp \
settingsdialog.cpp \
aboutbox.cpp \
quickadddialog.cpp
HEADERS += mainwindow.h \
todotxt.h \
todotablemodel.h \
settingsdialog.h \
aboutbox.h \
globals.h \
quickadddialog.h \
def.h
FORMS += mainwindow.ui \
settingsdialog.ui \
aboutbox.ui \
quickadddialog.ui
OTHER_FILES += \
version.pl \
myresource.rc \
icon.icsn \
todour.ico \
deploy.sh \
todo.txt
DISTFILES += \
Feature-move-show-all \
Feature-AlwaysOnTop \
Todour.desktop \
autobuild/Todour.desktop \
todour-latest.php \
LICENSE \
README \
PRIVACY-POLICY \
CHANGELOG \
todour-latest_windows.php \
todour-latest_mac.php \
Feature_Url_Support \
Feature-Advanced_filters.txt \
Feature-follow_select \
Feature-Enter_To_Search \
Feature-customized-font-colors \
Feature-Setup-ini \
Feature-tagstrip \
PLAN.md \
todour.png \
autobuild/package-windows.sh \
autobuild/Setup.iss \
autobuild/README.md \
autobuild/build-todour-mac.pl \
autobuild/todourdmg.json \
autobuild/package-linux.sh \
autobuild/DEBIAN_CONTROL_FILE.txt
RESOURCES += \
resources.qrc