aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
diff options
context:
space:
mode:
authorq5sys <jt@obs-sec.com>2017-03-09 11:27:48 -0500
committerq5sys <jt@obs-sec.com>2017-03-09 11:27:48 -0500
commita498f257c34d618b0b76e69a2719b016b1a404a6 (patch)
tree60ffc143d9ee6d1de119742cd19a81fb5f9cc1dc /src-qt5
parentadd lumina-notify utility (diff)
downloadlumina-a498f257c34d618b0b76e69a2719b016b1a404a6.tar.gz
lumina-a498f257c34d618b0b76e69a2719b016b1a404a6.tar.bz2
lumina-a498f257c34d618b0b76e69a2719b016b1a404a6.zip
rename qnotify
Diffstat (limited to 'src-qt5')
-rw-r--r--src-qt5/desktop-utils/lumina-notify/qnotify.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/src-qt5/desktop-utils/lumina-notify/qnotify.pro b/src-qt5/desktop-utils/lumina-notify/qnotify.pro
deleted file mode 100644
index 8b1317d7..00000000
--- a/src-qt5/desktop-utils/lumina-notify/qnotify.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-#-------------------------------------------------
-# Created by q5sys
-# Released under MIT License 2017-03-08
-#-------------------------------------------------
-
-QT += core gui
-
-greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
-
-TARGET = qnotify
-TEMPLATE = app
-
-DEFINES += QT_DEPRECATED_WARNINGS
-
-SOURCES += main.cpp
-
bgstack15