summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/wellenreiter.pro
blob: 53b762a80070074a1516267ee344970a6b8d3ec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE        = subdirs
VERSION         = 1.0.3-cvs

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

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