]> andersk Git - svn-all-fast-export.git/blobdiff - src/src.pro
Add a better option-parser
[svn-all-fast-export.git] / src / src.pro
index f8e76f6e226cfb696e23a84ee7b2b7011d828747..9c1118e691085d4ef5a6d567b1d8d8163829ee62 100644 (file)
@@ -2,11 +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 = 
+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
+SOURCES += options.cpp ruleparser.cpp repository.cpp svn.cpp main.cpp
+HEADERS += options.h ruleparser.h repository.h svn.h
This page took 0.068434 seconds and 4 git commands to generate.