Add a warning about tag processing in the standardlayout file
[svn-all-fast-export.git] / src / src.pro
blob9c1118e691085d4ef5a6d567b1d8d8163829ee62
1 ######################################################################
2 # Automatically generated by qmake (2.01a) dim. déc. 23 13:49:28 2007
3 ######################################################################
5 SVN_INCLUDE = /usr/include/subversion-1
6 APR_INCLUDE = /usr/include/apr-1.0
7 exists(local-config.pri):include(local-config.pri)
9 TEMPLATE = app
10 TARGET = ../svn-all-fast-export
11 DEPENDPATH += .
12 QT = core
14 INCLUDEPATH += . $$SVN_INCLUDE $$APR_INCLUDE
15 !isEmpty($$SVN_LIBDIR): LIBS += -L$$SVN_LIBDIR
16 LIBS += -lsvn_fs-1 -lsvn_repos-1
18 # Input
19 SOURCES += options.cpp ruleparser.cpp repository.cpp svn.cpp main.cpp
20 HEADERS += options.h ruleparser.h repository.h svn.h