From e0210ef585775a1744934dc973f774f48e0c271c Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Wed, 21 Oct 2009 10:43:37 +0200 Subject: Replace options with the one from vng and use its options for better usability --- src/src.pro | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index 96fb236..79248bf 100644 --- a/src/src.pro +++ b/src/src.pro @@ -17,5 +17,13 @@ INCLUDEPATH += . $$SVN_INCLUDE $$APR_INCLUDE LIBS += -lsvn_fs-1 -lsvn_repos-1 # Input -SOURCES += options.cpp ruleparser.cpp repository.cpp svn.cpp main.cpp -HEADERS += options.h ruleparser.h repository.h svn.h +SOURCES += ruleparser.cpp \ + repository.cpp \ + svn.cpp \ + main.cpp \ + CommandLineParser.cpp \ + +HEADERS += ruleparser.h \ + repository.h \ + svn.h \ + CommandLineParser.h \ -- cgit v1.2.1