Skip to content

Commit

Permalink
Fix in test project
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Oct 15, 2013
1 parent 5583ba2 commit 21b8137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SOURCES += \
$$SRC_DIR/source/network/*.cpp \
$$SRC_DIR/source/models/*.cpp \
$$SRC_DIR/source/models/items/*.cpp \
$$SRC_DIR/source/widgets/*.cpp \
$$SRC_DIR/source/widgets/consoleTab.cpp \
HEADERS += \
$$PWD/include/*.h \
Expand All @@ -27,7 +27,7 @@ HEADERS += \
$$SRC_DIR/include/network/*.h \
$$SRC_DIR/include/models/*.h \
$$SRC_DIR/include/models/items/*.h \
$$SRC_DIR/include/widgets/*.h \
$$SRC_DIR/include/widgets/consoleTab.h \
release: DESTDIR = ./../bin/tests
debug: DESTDIR = ./../bin/tests
Expand Down

0 comments on commit 21b8137

Please sign in to comment.