Diffstat (limited to 'examples/simple-icon/simple-icon.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | examples/simple-icon/simple-icon.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple-icon/simple-icon.pro b/examples/simple-icon/simple-icon.pro index eda2692..d75e594 100644 --- a/examples/simple-icon/simple-icon.pro +++ b/examples/simple-icon/simple-icon.pro @@ -1,16 +1,16 @@ # remember each example is based on the other CONFIG += qt warn_on quick-app TARGET = simple-icon HEADERS = simple.h SOURCES = simple.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe +LIBS += -lqpe -lopiecore2 include( $(OPIEDIR)/include.pro ) |