compile after merge

This commit is contained in:
Olivier Goffart 2014-09-18 19:58:04 +02:00
parent 50e718b1e7
commit eab488e64f
2 changed files with 2 additions and 2 deletions

View file

@ -26,6 +26,6 @@ if( UNIX AND NOT APPLE )
endif(UNIX AND NOT APPLE)
owncloud_add_test(CSyncSqlite "")
owncloud_add_test(NetrcParser ../src/owncloudcmd/netrcparser.cpp)
owncloud_add_test(NetrcParser ../src/cmd/netrcparser.cpp)

View file

@ -9,7 +9,7 @@
#include <QtTest>
#include "owncloudcmd/netrcparser.h"
#include "cmd/netrcparser.h"
using namespace Mirall;