summaryrefslogtreecommitdiff
path: root/libopie2/examples/examples.pro
blob: 192c1f5eb38c1996d97fae46cb54939449856609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE        = subdirs
unix:SUBDIRS    = opieui opienet opiecore opiemm opiedb


!contains( platform, x11 ) {
  include( $(OPIEDIR)/include.pro )
}

contains( platform, x11 ) {
  LIBS        += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib 
}