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