summaryrefslogtreecommitdiff
path: root/examples/opiecore/onotifytest/onotifytest.pro
Side-by-side diff
Diffstat (limited to 'examples/opiecore/onotifytest/onotifytest.pro') (more/less context) (show whitespace changes)
-rw-r--r--examples/opiecore/onotifytest/onotifytest.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/opiecore/onotifytest/onotifytest.pro b/examples/opiecore/onotifytest/onotifytest.pro
index 4e0faec..51bda92 100644
--- a/examples/opiecore/onotifytest/onotifytest.pro
+++ b/examples/opiecore/onotifytest/onotifytest.pro
@@ -1,14 +1,15 @@
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