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