blob: 516b7c0fa8aea47f177006729d8c4c555232182f (
plain)
1
2
3
4
5
6
7
8
9
|
TEMPLATE = app
CONFIG = qt warn_on release
HEADERS =
SOURCES = zeilenweise.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopiesql
TARGET = zeilenweise
|