-rw-r--r-- | libslcompat/libslcompat.pro | 74 |
1 files changed, 73 insertions, 1 deletions
diff --git a/libslcompat/libslcompat.pro b/libslcompat/libslcompat.pro index 9c41d93..8f0de99 100644 --- a/libslcompat/libslcompat.pro +++ b/libslcompat/libslcompat.pro @@ -10,7 +10,79 @@ SOURCES = slcolorselector.cpp \ TARGET = slcompat INCLUDEPATH += $(OPIEDIR)/include DESTDIR = $(OPIEDIR)/lib LIBS += -lopiecore2 -lopieui2 -lqtaux2 -include ( $(OPIEDIR)/include.pro ) +include( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(OPIEDIR)/include.pro ) |