summaryrefslogtreecommitdiff
path: root/examples/main-tab/example.pro
Side-by-side diff
Diffstat (limited to 'examples/main-tab/example.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/main-tab/example.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/main-tab/example.pro b/examples/main-tab/example.pro
new file mode 100644
index 0000000..3cafc20
--- a/dev/null
+++ b/examples/main-tab/example.pro
@@ -0,0 +1,17 @@
+CONFIG += qt warn_on quick-app
+
+
+TARGET = main-tab
+
+HEADERS = simple.h
+SOURCES = simple.cpp
+
+
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+
+
+# we now also include opie
+LIBS += -lqpe -lopie
+
+include ( $(OPIEDIR)/include.pro )