author | mickeyl <mickeyl> | 2004-04-07 10:30:42 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-04-07 10:30:42 (UTC) |
commit | 9b1f8d08db8d533ac59975a8badd25e587c2239c (patch) (side-by-side diff) | |
tree | e13a4eb75d62b5ade1fcd7ca44d8b21567069d99 | |
parent | 35cb9886e8a687a9245875a4cabfc7ad80536380 (diff) | |
download | opie-9b1f8d08db8d533ac59975a8badd25e587c2239c.zip opie-9b1f8d08db8d533ac59975a8badd25e587c2239c.tar.gz opie-9b1f8d08db8d533ac59975a8badd25e587c2239c.tar.bz2 |
don't explicitly state 'release' or 'debug'. this is handled by the build system
-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 ) |