summaryrefslogtreecommitdiff
path: root/examples/opiecore/onotifytest/onotifytest.pro
blob: 51bda9291dfc78833cbe922cf40fe0d0c6578b8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE        = app
CONFIG          = qt warn_on
HEADERS         = main.h
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
}