updated project file

This commit is contained in:
Martchus 2015-08-26 21:16:46 +02:00
parent a03a2a0e5b
commit 6c7a7f058a
1 changed files with 2 additions and 3 deletions

View File

@ -36,11 +36,10 @@ DISTFILES += \
# libs and includepath
CONFIG(debug, debug|release) {
LIBS += -L../../ -lc++utilitiesd
LIBS += -lc++utilitiesd
} else {
LIBS += -L../../ -lc++utilities
LIBS += -lc++utilities
}
INCLUDEPATH += ../
# installs
target.path = $$(INSTALL_ROOT)/bin