blob: b12bf17fd4844ecf316ab03daab835548318f323 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
CONFIG = qt warn_on
TEMPLATE = app
TARGET = osplitter_example
HEADERS = osplitter_example.h ../osplitter.h
SOURCES = osplitter_example.cpp ../osplitter.cpp
INCLUDEPATH += $(OPIEDIR)/include ../
DEPENDSPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopie
include ( $(OPIEDIR)/include.pro )
|