summaryrefslogtreecommitdiff
path: root/examples/opiecore/onotifytest/onotifytest.pro
blob: 4e0faec496356b8bb8cf865a667218a0168b3221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE        = app
CONFIG          = qt warn_on
SOURCES         = main.cpp
INCLUDEPATH     += $(OPIEDIR)/include
DEPENDPATH      += $(OPIEDIR)/include
LIBS            += -lopiecore2
TARGET          = onotifytest

!contains( platform, x11 ) {
  include( $(OPIEDIR)/include.pro )
}

contains( platform, x11 ) {
  LIBS        += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib
}