summaryrefslogtreecommitdiff
path: root/libopie2/examples/opiecore/oplugins/oplugins.pro
blob: 03f8e4de9be265ee4b910bf0299136b86790f31c (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app
CONFIG += qt warn_on

SOURCES = oplugins.cpp

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

LIBS += -lopiecore2

include( $(OPIEDIR)/include.pro )