summaryrefslogtreecommitdiff
path: root/noncore/settings/appearance2/appearance2.pro
Unidiff
Diffstat (limited to 'noncore/settings/appearance2/appearance2.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/appearance2/appearance2.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/noncore/settings/appearance2/appearance2.pro b/noncore/settings/appearance2/appearance2.pro
new file mode 100644
index 0000000..3147148
--- a/dev/null
+++ b/noncore/settings/appearance2/appearance2.pro
@@ -0,0 +1,12 @@
1TEMPLATE = app
2CONFIG = qt warn_on release
3DESTDIR = $(OPIEDIR)/bin
4HEADERS = appearance.h editScheme.h sample.h
5SOURCES = appearance.cpp editScheme.cpp main.cpp sample.cpp
6INCLUDEPATH += $(OPIEDIR)/include
7DEPENDPATH += ../$(OPIEDIR)/include
8LIBS += -lqpe -lopie
9TARGET = appearance2
10INCLUDEPATH += $(OPIEDIR)/include
11DEPENDPATH += $(OPIEDIR)/include
12