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