File: bundle.pro

package info (click to toggle)
zbackup 1.5-4
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 868 kB
  • sloc: cpp: 6,957; ansic: 468; python: 207; makefile: 10
file content (50 lines) | stat: -rw-r--r-- 1,194 bytes parent folder | download | duplicates (5)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
######################################################################
# Automatically generated by qmake (2.01a) Sun Jul 14 20:54:52 2013
######################################################################

TEMPLATE = app
TARGET = 
DEPENDPATH += .
INCLUDEPATH += .

CONFIG = debug

LIBS += -lcrypto -lprotobuf -lz -lprotobuf -llzma -llzo2
DEFINES += __STDC_FORMAT_MACROS
DEFINES += HAVE_LIBLZO

# Input
SOURCES += test_bundle.cc \
    ../../unbuffered_file.cc \
    ../../tmp_mgr.cc \
    ../../page_size.cc \
    ../../random.cc \
    ../../encryption_key.cc \
    ../../encryption.cc \
    ../../encrypted_file.cc \
    ../../file.cc \
    ../../dir.cc \
    ../../bundle.cc \
    ../../message.cc \
    ../../hex.cc \
    ../../compression.cc \
    ../../zbackup.pb.cc

HEADERS += \
    ../../unbuffered_file.hh \
    ../../tmp_mgr.hh \
    ../../adler32.hh \
    ../../page_size.hh \
    ../../random.hh \
    ../../encryption_key.hh \
    ../../encrypted_file.hh \
    ../../encryption.hh \
    ../../ex.hh \
    ../../file.hh \
    ../../dir.hh \
    ../../bundle.hh \
    ../../message.hh \
    ../../hex.hh \
    ../../compression.hh \
    ../../message.hh \
    ../../zbackup.pb.h