summaryrefslogtreecommitdiff
path: root/libopie2/examples/opieui/osplitter_example/osplitter_example.pro
blob: 9f156a1f743dd103788e9895a6932d2526030841 (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
SOURCES = osplitter_example.cpp

INCLUDEPATH +=  $(OPIEDIR)/include
DEPENDSPATH +=  $(OPIEDIR)/include

LIBS += -lqpe -lopieui2

include( $(OPIEDIR)/include.pro )