-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 @@ -CONFIG = qt warn_on release quick-app +CONFIG = qt warn_on quick-app SOURCES = mainwindow.cpp \ navbar.cpp \ searchbar.cpp \ opentextdlg.cpp \ configuredlg.cpp \ textwidget.cpp \ main.cpp HEADERS = mainwindow.h \ navbar.h \ searchbar.h \ opentextdlg.h \ configuredlg.h \ textwidget.h \ swordoptionlist.h TARGET = dagger INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lopiecore2 -lopieui2 -lqpe -lsword include ( $(OPIEDIR)/include.pro ) |