First version. ADHERE service support with label, banner and media ads.
[qtmads] / src / SOMA / SOMA.pro
diff --git a/src/SOMA/SOMA.pro b/src/SOMA/SOMA.pro
new file mode 100644 (file)
index 0000000..54c2de1
--- /dev/null
@@ -0,0 +1,15 @@
+TEMPLATE = lib
+CONFIG += plugin
+INCLUDEPATH += ../
+HEADERS = ../qtmadsservice.h \
+    SOMA_serviceplugin.h
+SOURCES = ../qtmadsservice.cpp \
+    SOMA_servicepluginloader.cpp \
+    SOMA_serviceplugin.cpp
+TARGET = $$qtLibraryTarget(SOMA_servicepluginloader)
+DESTDIR = ../../plugins
+QT += network \
+    phonon
+MOC_DIR = ../build
+OBJECTS_DIR = ../build
+UI_DIR = ../build