aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-notify/lumina-notify.pro
blob: a5840986ddd83c1480ac11800285ab7b8916e2c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#-------------------------------------------------
# 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 = qnotify
TEMPLATE = app

DEFINES += QT_DEPRECATED_WARNINGS

SOURCES += main.cpp

INSTALLS += target desktop
bgstack15