Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 360 Bytes

transfer-engine.pro

File metadata and controls

19 lines (14 loc) · 360 Bytes
 
May 5, 2014
May 5, 2014
2
SUBDIRS = lib src declarative tests
Jun 27, 2013
Jun 27, 2013
3
Jun 27, 2013
Jun 27, 2013
4
src.depends = lib
Jun 27, 2013
Jun 27, 2013
5
tests.depends = lib
May 5, 2014
May 5, 2014
6
declarative.depends = lib
Jun 27, 2013
Jun 27, 2013
8
9
10
11
12
# no daemon for Qt 4
equals(QT_MAJOR_VERSION, 4): SUBDIRS -= src
# docs only for Qt 5
equals(QT_MAJOR_VERSION, 5): include(doc/doc.pri)
13
14
OTHER_FILES += \
Jul 1, 2013
Jul 1, 2013
15
rpm/*.spec \
16
17
18
nemo-transfer-engine.conf \
doc/src/* \
doc/config/*