Diffstat (limited to 'examples/opiedb/sqltest/spaltenweise.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | examples/opiedb/sqltest/spaltenweise.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/opiedb/sqltest/spaltenweise.pro b/examples/opiedb/sqltest/spaltenweise.pro new file mode 100644 index 0000000..0335d16 --- a/dev/null +++ b/examples/opiedb/sqltest/spaltenweise.pro @@ -0,0 +1,13 @@ +TEMPLATE = app +CONFIG = qt warn_on +HEADERS = +SOURCES = spaltenweise.cpp +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include +LIBS += -lqpe -lopiedb2 +TARGET = spaltenweise + + + + +include( $(OPIEDIR)/include.pro ) |