-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMessage_Librarian.pro
45 lines (36 loc) · 927 Bytes
/
Message_Librarian.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
#-------------------------------------------------
#
# Project created by QtCreator 2014-10-14T06:31:07
#
#-------------------------------------------------
QT += core gui
QT += sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = Message_Librarian
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
settingswindow.cpp \
databasesupport.cpp \
editsermon.cpp \
statusindicatordelegate.cpp \
findsermon.cpp \
sermonsortfilterproxymodel.cpp \
publishsermon.cpp
HEADERS += mainwindow.h \
settingswindow.h \
databasesupport.h \
editsermon.h \
statusindicatordelegate.h \
findsermon.h \
sermonsortfilterproxymodel.h \
publishsermon.h
FORMS += mainwindow.ui \
settingswindow.ui \
editsermon.ui \
findsermon.ui \
publishsermon.ui
DISTFILES += \
Future_Developement_Notes.txt
RESOURCES += \
graphicsandsounds.qrc