-rw-r--r-- | noncore/apps/dagger/dagger.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/dagger/dagger.pro b/noncore/apps/dagger/dagger.pro index 4038f25..96aeef9 100644 --- a/noncore/apps/dagger/dagger.pro +++ b/noncore/apps/dagger/dagger.pro | |||
@@ -1,24 +1,24 @@ | |||
1 | CONFIG = qt warn_on release quick-app | 1 | CONFIG = qt warn_on quick-app |
2 | 2 | ||
3 | SOURCES = mainwindow.cpp \ | 3 | SOURCES = mainwindow.cpp \ |
4 | navbar.cpp \ | 4 | navbar.cpp \ |
5 | searchbar.cpp \ | 5 | searchbar.cpp \ |
6 | opentextdlg.cpp \ | 6 | opentextdlg.cpp \ |
7 | configuredlg.cpp \ | 7 | configuredlg.cpp \ |
8 | textwidget.cpp \ | 8 | textwidget.cpp \ |
9 | main.cpp | 9 | main.cpp |
10 | HEADERS = mainwindow.h \ | 10 | HEADERS = mainwindow.h \ |
11 | navbar.h \ | 11 | navbar.h \ |
12 | searchbar.h \ | 12 | searchbar.h \ |
13 | opentextdlg.h \ | 13 | opentextdlg.h \ |
14 | configuredlg.h \ | 14 | configuredlg.h \ |
15 | textwidget.h \ | 15 | textwidget.h \ |
16 | swordoptionlist.h | 16 | swordoptionlist.h |
17 | 17 | ||
18 | TARGET = dagger | 18 | TARGET = dagger |
19 | INCLUDEPATH += $(OPIEDIR)/include | 19 | INCLUDEPATH += $(OPIEDIR)/include |
20 | DEPENDPATH += $(OPIEDIR)/include | 20 | DEPENDPATH += $(OPIEDIR)/include |
21 | LIBS += -lopiecore2 -lopieui2 -lqpe -lsword | 21 | LIBS += -lopiecore2 -lopieui2 -lqpe -lsword |
22 | 22 | ||
23 | include ( $(OPIEDIR)/include.pro ) | 23 | include ( $(OPIEDIR)/include.pro ) |
24 | 24 | ||