Diffstat (limited to 'examples/opiemm/osoundsystemdemo/osoundsystemdemo.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | examples/opiemm/osoundsystemdemo/osoundsystemdemo.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/opiemm/osoundsystemdemo/osoundsystemdemo.pro b/examples/opiemm/osoundsystemdemo/osoundsystemdemo.pro new file mode 100644 index 0000000..95924be --- a/dev/null +++ b/examples/opiemm/osoundsystemdemo/osoundsystemdemo.pro @@ -0,0 +1,12 @@ +TEMPLATE = app +CONFIG = qt warn_on +HEADERS = +SOURCES = osoundsystemdemo.cpp +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include +LIBS += -lopiecore2 -lopiemm2 +TARGET = osoundsystemdemo +MOC_DIR = moc +OBJECTS_DIR = obj + +include( $(OPIEDIR)/include.pro ) |