summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/wellenreiter.pro
blob: 1d765647df9e6af3db30db24f0d45f5df9db44e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE        = subdirs
unix:SUBDIRS    = cornucopia libwellenreiter daemon gui


!contains( platform, x11 ) {
  message( Configuring Wellenreiter for build on Opie )
  include ( $(OPIEDIR)/include.pro )
}

contains( platform, x11 ) {
  message( Configuring Wellenreiter for build on Qt/X11 )
  system( mkdir -p $OPIEDIR/lib $OPIEDIR/bin $OPIEDIR/share/pics )
}