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 --- libsowatchbt/libsowatchbt.pro | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 libsowatchbt/libsowatchbt.pro (limited to 'libsowatchbt/libsowatchbt.pro') diff --git a/libsowatchbt/libsowatchbt.pro b/libsowatchbt/libsowatchbt.pro new file mode 100644 index 0000000..a707778 --- /dev/null +++ b/libsowatchbt/libsowatchbt.pro @@ -0,0 +1,38 @@ +TARGET = sowatchbt +TEMPLATE = lib +VERSION = 1.0.0 + +# Qt Mobility 1.2 +maemo5 { + CONFIG += mobility12 +} else { + CONFIG += mobility +} +MOBILITY += connectivity systeminfo + +DEFINES += SOWATCHBT_LIBRARY + +SOURCES += \ + bluetoothwatch.cpp \ + bluetoothwatchscanner.cpp + +HEADERS += sowatchbt.h sowatchbt_global.h \ + bluetoothwatch.h \ + bluetoothwatchscanner.h + +LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch +INCLUDEPATH += $$PWD/../libsowatch +DEPENDPATH += $$PWD/../libsowatch + +install_headers.files = $$HEADERS + +install_headers.path = /usr/include/sowatch +!isEmpty(MEEGO_VERSION_MAJOR)|maemo5 { + target.path = /opt/sowatch/lib + install_translations.path = /opt/sowatch/i18n +} else { + target.path = /usr/lib + install_translations.path = /usr/share/sowatch/i18n +} + +INSTALLS += install_headers target -- cgit v1.2.3