mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
* config.pri: Build configuration version * library.pri project library dependencies * build.pri: compiler/qmake configuration refs #145
20 lines
210 B
Plaintext
20 lines
210 B
Plaintext
include (externals.pri)
|
|
|
|
LIBS *= -L../../lib
|
|
|
|
blackgui {
|
|
LIBS += -lblackgui
|
|
}
|
|
|
|
blackcore {
|
|
LIBS += -lblackcore -lvatlib
|
|
}
|
|
|
|
blacksound {
|
|
LIBS += -lblacksound
|
|
}
|
|
|
|
blackmisc {
|
|
LIBS += -lblackmisc
|
|
}
|