aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-notify/lumina-notify.pro
blob: 56684eef3267b4a647b956f686388a1719188016 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#-------------------------------------------------
# Created by q5sys
# Released under MIT License 2017-03-08
#-------------------------------------------------
include($${PWD}/../../OS-detect.pri)

QT       += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = lumina-notify
target.path = $${L_BINDIR}
TEMPLATE = app

desktop.files=lumina-notify.desktop
desktop.path=$${L_SHAREDIR}/applications/

DEFINES += QT_DEPRECATED_WARNINGS

SOURCES += main.cpp

INSTALLS += target desktop
bgstack15