summaryrefslogtreecommitdiff
path: root/examples/opieui/osplitter_example/osplitter_example.pro
Unidiff
Diffstat (limited to 'examples/opieui/osplitter_example/osplitter_example.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/opieui/osplitter_example/osplitter_example.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/opieui/osplitter_example/osplitter_example.pro b/examples/opieui/osplitter_example/osplitter_example.pro
new file mode 100644
index 0000000..9f156a1
--- a/dev/null
+++ b/examples/opieui/osplitter_example/osplitter_example.pro
@@ -0,0 +1,13 @@
1CONFIG = qt warn_on
2TEMPLATE = app
3TARGET = osplitter_example
4
5HEADERS = osplitter_example.h
6SOURCES = osplitter_example.cpp
7
8INCLUDEPATH += $(OPIEDIR)/include
9DEPENDSPATH += $(OPIEDIR)/include
10
11LIBS += -lqpe -lopieui2
12
13include( $(OPIEDIR)/include.pro )