mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 15:15:39 +08:00
Fixed sample_blackgui executable was not being copied to the same directory as the other binaries
This commit is contained in:
@@ -14,6 +14,8 @@ CONFIG += c++11
|
|||||||
DEPENDPATH += . ../../src/blackmisc ../../src/blackcore ../../src/blackgui
|
DEPENDPATH += . ../../src/blackmisc ../../src/blackcore ../../src/blackgui
|
||||||
INCLUDEPATH += . ../../src
|
INCLUDEPATH += . ../../src
|
||||||
|
|
||||||
|
DESTDIR = ../../bin
|
||||||
|
|
||||||
LIBS += -L../../lib -lblackcore -lblackmisc -lblackgui
|
LIBS += -L../../lib -lblackcore -lblackmisc -lblackgui
|
||||||
LIBS += -lvatlib
|
LIBS += -lvatlib
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user