]> andersk Git - svn-all-fast-export.git/blob - src/src.pro
Add SVN code
[svn-all-fast-export.git] / src / src.pro
1 ######################################################################
2 # Automatically generated by qmake (2.01a) dim. déc. 23 13:49:28 2007
3 ######################################################################
4
5 SVN_INCLUDE = /usr/include/subversion-1
6 APR_INCLUDE = /usr/include/apr-1.0
7 exists(local-config.pri):include(local-config.pri)
8
9 TEMPLATE = app
10 TARGET = ../svn-all-fast-export
11 DEPENDPATH += .
12 QT = core
13
14 INCLUDEPATH += . $$SVN_INCLUDE $$APR_INCLUDE
15 !isEmpty($$SVN_LIBDIR): LIBS += -L$$SVN_LIBDIR
16 LIBS += -lsvn_fs-1 -lsvn_repos-1
17
18 # Input
19 SOURCES += ruleparser.cpp repository.cpp svn.cpp main.cpp
20 HEADERS += ruleparser.h repository.h svn.h
This page took 0.03207 seconds and 5 git commands to generate.