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