aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: 2626a6f8127fedc732741344a2716f7a10628746 (plain)
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
######################################################################
# Automatically generated by qmake (2.01a) dim. dc. 23 13:49:28 2007
######################################################################

SVN_INCLUDE = /usr/include/subversion-1 /usr/local/include/subversion-1
APR_INCLUDE = /usr/include/apr-1.0 /usr/include/apr-1 /usr/local/include/apr-1
exists(local-config.pri):include(local-config.pri)

TEMPLATE = app
TARGET = ../svn-all-fast-export
DEPENDPATH += .
QT = core

INCLUDEPATH += . $$SVN_INCLUDE $$APR_INCLUDE
!isEmpty($$SVN_LIBDIR): LIBS += -L$$SVN_LIBDIR
LIBS += -lsvn_fs-1 -lsvn_repos-1 -lapr-1 -lsvn_subr-1

# Input
SOURCES += ruleparser.cpp \
    repository.cpp \
    svn.cpp \
    main.cpp \
    CommandLineParser.cpp \

HEADERS += ruleparser.h \
    repository.h \
    svn.h \
    CommandLineParser.h \