summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/wellenreiter.pro
blob: eb60c4a0ee9606fc8a4d9063f8fde51e5b09deca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE        = subdirs

!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 )
}