-rw-r--r-- | examples/simple/simple.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple/simple.pro b/examples/simple/simple.pro index 8f006f6..40b0aaf 100644 --- a/examples/simple/simple.pro +++ b/examples/simple/simple.pro @@ -8,31 +8,31 @@ CONFIG += qt warn_on quick-app # # Note if you do not supply quick-app you need to set # TEMPLATE = app or TEMPLATE = lib depending on if you want to build an executable or lib # and DESTDIR= $(OPIEDIR)/bin or $(OPIEDIR)/lib TARGET = simple # the name of the resulting object HEADERS = simple.h # A list header files SOURCES = simple.cpp # A list of source files INTERFACES = # list of ui files INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe +LIBS += -lqpe -lopiecore2 # libs to link against #Important include the global include.pro just like below include( $(OPIEDIR)/include.pro ) |