Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 235 Bytes

rndssucli.pro

File metadata and controls

12 lines (10 loc) · 235 Bytes
 
Apr 4, 2013
Apr 4, 2013
1
2
3
4
TARGET = ssu
include(../ssuapplication.pri)
include(rndssucli_dependencies.pri)
Sep 3, 2013
Sep 3, 2013
5
QT += network dbus
Nov 7, 2013
Nov 7, 2013
6
CONFIG += link_pkgconfig
Aug 26, 2013
Aug 26, 2013
7
Sep 3, 2013
Sep 3, 2013
8
9
HEADERS = rndssucli.h \
ssuproxy.h
Oct 8, 2012
Oct 8, 2012
10
SOURCES = main.cpp \
Sep 3, 2013
Sep 3, 2013
11
12
rndssucli.cpp \
ssuproxy.cpp