-rw-r--r-- | example/example.pro | 4 |
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 @@ -3,8 +3,8 @@ TEMPLATE = app 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 |