First version. ADHERE service support with label, banner and media ads.
[qtmads] / src / ADHERE / ADHERE.pro
diff --git a/src/ADHERE/ADHERE.pro b/src/ADHERE/ADHERE.pro
new file mode 100644 (file)
index 0000000..010ee54
--- /dev/null
@@ -0,0 +1,17 @@
+TEMPLATE        = lib
+CONFIG         += plugin
+INCLUDEPATH    += ../
+HEADERS        = ADHERE_servicepluginloader.h \
+       ../qtmadsservice.h \
+       ADHERE_serviceplugin.h
+SOURCES        = ../qtmadsservice.cpp \
+       ADHERE_servicepluginloader.cpp \
+ADHERE_serviceplugin.cpp
+TARGET          = $$qtLibraryTarget(ADHERE_servicepluginloader)
+DESTDIR         = ../../plugins
+QT += network \
+       phonon
+
+MOC_DIR = ../build
+OBJECTS_DIR = ../build
+UI_DIR = ../build
\ No newline at end of file