File: redshift-qt.pro

package info (click to toggle)
redshift-qt 0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 476 kB
  • sloc: cpp: 277; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 407 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#-------------------------------------------------
#
# Project created by QtCreator 2016-02-21T01:33:04
#
#-------------------------------------------------

QT       += core gui widgets

QMAKE_CXXFLAGS += -std=c++17

TARGET = redshift-qt
TEMPLATE = app


SOURCES += main.cpp\
    systemtray.cpp

HEADERS  += \
    systemtray.h

FORMS    +=

RESOURCES += \
    resources.qrc

DISTFILES += \
    .travis.yml