Skip to content

Commit

Permalink
Console tests can compile again
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Oct 10, 2017
1 parent 86a7935 commit 5071953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ClassesTest/CityOfThievesConsoleTest.pri
@@ -1,4 +1,4 @@
INCLUDEPATH += ../Classes
INCLUDEPATH += ../ClassesTest

SOURCES += \
$$PWD/ai_test.cpp \
Expand Down
2 changes: 1 addition & 1 deletion Console/CityOfThievesConsoleTest.pro
@@ -1,6 +1,6 @@
INCLUDEPATH += ../Classes
include(../Classes/CityOfThievesConsole.pri)
include(../Classes/CityOfThievesConsoleTest.pri)
include(../ClassesTest/CityOfThievesConsoleTest.pri)
include(../Files/Files.pri)
SOURCES += main_test.cpp

Expand Down

0 comments on commit 5071953

Please sign in to comment.