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