-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathQTalarm.pro
46 lines (38 loc) · 855 Bytes
/
QTalarm.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
#-------------------------------------------------
#
# Project created by QtCreator 2012-09-30T18:05:49
#
#-------------------------------------------------
QT += core gui multimedia
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qtalarm
TEMPLATE = app
SOURCES += main.cpp\
bastardsnooze.cpp \
mainwindow.cpp \
schedulemodel.cpp \
timer.cpp \
alarm.cpp \
fileio.cpp \
schedules.cpp \
aboutdialog.cpp \
snooze.cpp \
settingdialog.cpp
HEADERS += mainwindow.h \
bastardsnooze.h \
schedulemodel.h \
timer.h \
alarm.h \
fileio.h \
schedules.h \
aboutdialog.h \
snooze.h \
settingdialog.h
FORMS += mainwindow.ui \
aboutdialog.ui \
bastardsnooze.ui \
snooze.ui \
settingdialog.ui
RESOURCES += \
Icons.qrc
CONFIG += precompile_header