Fixed sample_blackgui executable was not being copied to the same directory as the other binaries

This commit is contained in:
Mathew Sutcliffe
2014-01-11 17:00:39 +00:00
parent 05c121b214
commit 66e0235193

View File

@@ -14,6 +14,8 @@ CONFIG += c++11
DEPENDPATH += . ../../src/blackmisc ../../src/blackcore ../../src/blackgui
INCLUDEPATH += . ../../src
DESTDIR = ../../bin
LIBS += -L../../lib -lblackcore -lblackmisc -lblackgui
LIBS += -lvatlib