aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-notify/lumina-notify.pro
diff options
context:
space:
mode:
authorq5sys <jt@xsystems.com>2018-01-15 13:48:01 -0500
committerq5sys <jt@xsystems.com>2018-01-15 13:48:01 -0500
commitca0f1e193732df4bc2a25e9db4d4497000e784fe (patch)
tree95ec1d534cf3a7eec13a0006c90b37de0df3f3e4 /src-qt5/desktop-utils/lumina-notify/lumina-notify.pro
parentGet the panels all setup and functional. (diff)
downloadlumina-ca0f1e193732df4bc2a25e9db4d4497000e784fe.tar.gz
lumina-ca0f1e193732df4bc2a25e9db4d4497000e784fe.tar.bz2
lumina-ca0f1e193732df4bc2a25e9db4d4497000e784fe.zip
move lumina-notify out of tree
Diffstat (limited to 'src-qt5/desktop-utils/lumina-notify/lumina-notify.pro')
-rw-r--r--src-qt5/desktop-utils/lumina-notify/lumina-notify.pro19
1 files changed, 0 insertions, 19 deletions
diff --git a/src-qt5/desktop-utils/lumina-notify/lumina-notify.pro b/src-qt5/desktop-utils/lumina-notify/lumina-notify.pro
deleted file mode 100644
index 7aa09583..00000000
--- a/src-qt5/desktop-utils/lumina-notify/lumina-notify.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-#-------------------------------------------------
-# 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
-
-DEFINES += QT_DEPRECATED_WARNINGS
-
-SOURCES += main.cpp
-
-INSTALLS += target desktop
bgstack15