summaryrefslogtreecommitdiff
path: root/noncore/styles/metal/metal.pro
Side-by-side diff
Diffstat (limited to 'noncore/styles/metal/metal.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/metal/metal.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/noncore/styles/metal/metal.pro b/noncore/styles/metal/metal.pro
new file mode 100644
index 0000000..f5b32b4
--- a/dev/null
+++ b/noncore/styles/metal/metal.pro
@@ -0,0 +1,11 @@
+TEMPLATE = lib
+CONFIG = qt embedded release warn_on
+SOURCES = metal.cpp plugin.cpp
+
+HEADERS = metal.h
+LIBS += -lqpe
+INCLUDEPATH += $(OPIEDIR)/include
+DESTDIR = $(OPIEDIR)/plugins/styles
+#TARGET = metal
+TARGET = metal
+VERSION = 1.0.0 \ No newline at end of file