summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/wellenreiter.pro
blob: d4736959bbd38faca43046bd2fd842ebed89aa79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE        = subdirs
unix:SUBDIRS    = 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 )
}