aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/panel-plugins/alarm/trayalarm.pro
blob: 61480fc2fdb1ec6c4548b9f29102345e441fab98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#===========================================
#  qalarm source code
#  Copyright (c) 2017, q5sys
#  Available under the -clause BSD license
#  See the LICENSE file for full details
#===========================================

QT       += core gui multimedia

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = trayalarm
TEMPLATE = app


SOURCES += main.cpp\
        mainwindow.cpp

HEADERS  += mainwindow.h

FORMS    += mainwindow.ui

RESOURCES += \
    media.qrc
bgstack15