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