summaryrefslogtreecommitdiff
path: root/examples/main-tab/example.pro
Side-by-side diff
Diffstat (limited to 'examples/main-tab/example.pro') (more/less context) (show whitespace changes)
-rw-r--r--examples/main-tab/example.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/main-tab/example.pro b/examples/main-tab/example.pro
index 3cafc20..87abf22 100644
--- a/examples/main-tab/example.pro
+++ b/examples/main-tab/example.pro
@@ -3,15 +3,15 @@ CONFIG += qt warn_on quick-app
TARGET = main-tab
HEADERS = simple.h
SOURCES = simple.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
# we now also include opie
-LIBS += -lqpe -lopie
+LIBS += -lqpe -lopieui2
include ( $(OPIEDIR)/include.pro )