From ccd19d2b7ee4184503ea46b98333b27a5613190e Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Wed, 8 May 2013 18:04:31 +0200 Subject: big change: a new abstract BluetoothWatch class --- metawatch/metawatch.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'metawatch/metawatch.pro') diff --git a/metawatch/metawatch.pro b/metawatch/metawatch.pro index 536ccee..2c7af94 100644 --- a/metawatch/metawatch.pro +++ b/metawatch/metawatch.pro @@ -36,10 +36,13 @@ res_files.files += res/graphics res/fonts qml_files.files += qml/com qml/metawatch-digital-config.qml LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch - INCLUDEPATH += $$PWD/../libsowatch DEPENDPATH += $$PWD/../libsowatch +LIBS += -L$$OUT_PWD/../libsowatchbt/ -lsowatchbt +INCLUDEPATH += $$PWD/../libsowatchbt +DEPENDPATH += $$PWD/../libsowatchbt + !isEmpty(MEEGO_VERSION_MAJOR)|maemo5 { QMAKE_RPATHDIR += /opt/sowatch/lib target.path = /opt/sowatch/lib/drivers -- cgit v1.2.3