aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro12
1 files changed, 10 insertions, 2 deletions
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 \