-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 @@ | |||
1 | # remember each example is based on the other | 1 | # remember each example is based on the other |
2 | CONFIG += qt warn_on quick-app | 2 | CONFIG += qt warn_on quick-app |
3 | TARGET = simple-icon | 3 | TARGET = simple-icon |
4 | 4 | ||
5 | HEADERS = simple.h | 5 | HEADERS = simple.h |
6 | 6 | ||
7 | SOURCES = simple.cpp | 7 | SOURCES = simple.cpp |
8 | 8 | ||
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
11 | 11 | ||
12 | 12 | ||
13 | 13 | ||
14 | LIBS += -lqpe | 14 | LIBS += -lqpe -lopiecore2 |
15 | 15 | ||
16 | include( $(OPIEDIR)/include.pro ) | 16 | include( $(OPIEDIR)/include.pro ) |