]> andersk Git - svn-all-fast-export.git/blobdiff - src/src.pro
Add SVN code
[svn-all-fast-export.git] / src / src.pro
index 3f388174a368d290563d8816e70730a2b4e616cd..2a2783f6384bf209a688b1bb80b7484c4d87f3db 100644 (file)
@@ -2,12 +2,19 @@
 # Automatically generated by qmake (2.01a) dim. déc. 23 13:49:28 2007
 ######################################################################
 
+SVN_INCLUDE = /usr/include/subversion-1
+APR_INCLUDE = /usr/include/apr-1.0
+exists(local-config.pri):include(local-config.pri)
+
 TEMPLATE = app
 TARGET = ../svn-all-fast-export
 DEPENDPATH += .
-INCLUDEPATH += .
 QT = core
 
+INCLUDEPATH += . $$SVN_INCLUDE $$APR_INCLUDE
+!isEmpty($$SVN_LIBDIR): LIBS += -L$$SVN_LIBDIR
+LIBS += -lsvn_fs-1 -lsvn_repos-1
+
 # Input
 SOURCES += ruleparser.cpp repository.cpp svn.cpp main.cpp
 HEADERS += ruleparser.h repository.h svn.h
This page took 0.032935 seconds and 4 git commands to generate.