summaryrefslogtreecommitdiff
path: root/noncore/styles/flat/flat.pro
Unidiff
Diffstat (limited to 'noncore/styles/flat/flat.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/flat/flat.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/noncore/styles/flat/flat.pro b/noncore/styles/flat/flat.pro
new file mode 100644
index 0000000..8e2512f
--- a/dev/null
+++ b/noncore/styles/flat/flat.pro
@@ -0,0 +1,11 @@
1 TEMPLATE= lib
2 CONFIG += qt warn_on release
3 HEADERS = flat.h
4 SOURCES = flat.cpp
5 TARGET = flatstyle
6 DESTDIR = $(OPIEDIR)/plugins/styles
7 INCLUDEPATH+= $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe
10 VERSION = 1.0.0
11