summaryrefslogtreecommitdiff
path: root/example/example.pro
Side-by-side diff
Diffstat (limited to 'example/example.pro') (more/less context) (show whitespace changes)
-rw-r--r--example/example.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/example.pro b/example/example.pro
index 2d89311..d150b1c 100644
--- a/example/example.pro
+++ b/example/example.pro
@@ -1,10 +1,10 @@
TEMPLATE = app
#CONFIG = qt warn_on debug
CONFIG = qt warn_on release
HEADERS = example.h
SOURCES = main.cpp example.cpp
-INCLUDEPATH += $(QPEDIR)/include
-DEPENDPATH += $(QPEDIR)/include
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
INTERFACES = examplebase.ui
TARGET = example