summaryrefslogtreecommitdiff
path: root/examples/opiecore/opcmciademo/opcmciademo.pro
authormickeyl <mickeyl>2005-05-22 17:23:36 (UTC)
committer mickeyl <mickeyl>2005-05-22 17:23:36 (UTC)
commitffe68fa0d9b4eb89fe1549b5734ca6ab23c8ab62 (patch) (side-by-side diff)
tree6f2d8aed594028d80c1e106e3e89e69d39f788f5 /examples/opiecore/opcmciademo/opcmciademo.pro
parent55753b4e3550f950497fe073488a206d924b75be (diff)
downloadopie-ffe68fa0d9b4eb89fe1549b5734ca6ab23c8ab62.zip
opie-ffe68fa0d9b4eb89fe1549b5734ca6ab23c8ab62.tar.gz
opie-ffe68fa0d9b4eb89fe1549b5734ca6ab23c8ab62.tar.bz2
add small demo/testing application for opcmciasystem
Diffstat (limited to 'examples/opiecore/opcmciademo/opcmciademo.pro') (more/less context) (show whitespace changes)
-rw-r--r--examples/opiecore/opcmciademo/opcmciademo.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/opiecore/opcmciademo/opcmciademo.pro b/examples/opiecore/opcmciademo/opcmciademo.pro
new file mode 100644
index 0000000..43d5ec3
--- a/dev/null
+++ b/examples/opiecore/opcmciademo/opcmciademo.pro
@@ -0,0 +1,18 @@
+TEMPLATE = app
+CONFIG = qt warn_on
+HEADERS =
+SOURCES = main.cpp
+
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lopiecore2
+TARGET = opcmciademo
+
+!contains( platform, x11 ) {
+ include( $(OPIEDIR)/include.pro )
+}
+
+contains( platform, x11 ) {
+ LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib
+}
+