summaryrefslogtreecommitdiff
path: root/decorators/mdecorator/mdecorator.pro
diff options
context:
space:
mode:
Diffstat (limited to 'decorators/mdecorator/mdecorator.pro')
-rw-r--r--decorators/mdecorator/mdecorator.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/decorators/mdecorator/mdecorator.pro b/decorators/mdecorator/mdecorator.pro
new file mode 100644
index 0000000..2d9b01a
--- /dev/null
+++ b/decorators/mdecorator/mdecorator.pro
@@ -0,0 +1,17 @@
+include(../../meegotouch_config.pri)
+TEMPLATE = app
+DEPENDPATH += .
+INCLUDEPATH += . ../libdecorator
+CONFIG += meegotouch release
+QT += opengl
+
+LIBS += ../libdecorator/libdecorator.so
+
+SOURCES += main.cpp mdecoratorwindow.cpp
+HEADERS += mdecoratorwindow.h
+
+QMAKE_EXTRA_TARGETS += check
+check.depends = $$TARGET
+check.commands = $$system(true)
+target.path = /usr/bin
+INSTALLS += target