the-libs/qt_thelib.pri

16 lines
329 B
Text
Raw Normal View History

2016-12-30 06:27:55 -05:00
QT.thelib.VERSION = 1.0
QT.thelib.MAJOR_VERSION = 1
2017-01-19 06:07:44 -05:00
QT.thelib.MINOR_VERSION = 1
2016-12-30 06:27:55 -05:00
QT.thelib.name = the-libs
QT.thelib.depends = core dbus
2018-06-14 07:59:36 -04:00
unix:!macx {
QT.thelib.includes = /usr/include/the-libs/
QT.thelib.libs = /usr/lib
}
macx {
QT.thelib.includes = /usr/local/include/the-libs
QT.thelib.libs = /usr/local/lib
}