author | mickeyl <mickeyl> | 2004-03-28 19:01:58 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-03-28 19:01:58 (UTC) |
commit | 185e37c4372883a52a44318d1d70aa685417b3a6 (patch) (side-by-side diff) | |
tree | e506976bcd23f93c7670b5d7689fc961653d45f2 /noncore/unsupported | |
parent | dd23aa6470b671250ba57bec095d3bc0fab39102 (diff) | |
download | opie-185e37c4372883a52a44318d1d70aa685417b3a6.zip opie-185e37c4372883a52a44318d1d70aa685417b3a6.tar.gz opie-185e37c4372883a52a44318d1d70aa685417b3a6.tar.bz2 |
remove hardcoded build types "debug" and "release". these are set by the build system
-rw-r--r-- | noncore/unsupported/filebrowser/filebrowser.pro | 2 | ||||
-rw-r--r-- | noncore/unsupported/gsmtool/gsmtool.pro | 4 | ||||
-rw-r--r-- | noncore/unsupported/mail2/bend/bend.pro | 2 | ||||
-rw-r--r-- | noncore/unsupported/mail2/libmail/libmail.pro | 4 | ||||
-rw-r--r-- | noncore/unsupported/mail2/mail.pro | 4 | ||||
-rw-r--r-- | noncore/unsupported/mailit/mailit.pro | 2 | ||||
-rw-r--r-- | noncore/unsupported/oipkg/oipkg.pro | 4 | ||||
-rw-r--r-- | noncore/unsupported/qpdf/qpdf.pro | 2 |
8 files changed, 12 insertions, 12 deletions
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro index 16121b9..f534f49 100644 --- a/noncore/unsupported/filebrowser/filebrowser.pro +++ b/noncore/unsupported/filebrowser/filebrowser.pro @@ -1,5 +1,5 @@ TEMPLATE = app -CONFIG = qt warn_on release +CONFIG = qt warn_on DESTDIR = $(OPIEDIR)/bin HEADERS = inlineedit.h filebrowser.h filePermissions.h SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp diff --git a/noncore/unsupported/gsmtool/gsmtool.pro b/noncore/unsupported/gsmtool/gsmtool.pro index c73136e..b44f3de 100644 --- a/noncore/unsupported/gsmtool/gsmtool.pro +++ b/noncore/unsupported/gsmtool/gsmtool.pro @@ -1,6 +1,6 @@ TEMPLATE = app -#CONFIG = qt warn_on debug -CONFIG = qt warn_on release +#CONFIG = qt warn_on +CONFIG = qt warn_on DESTDIR = $(OPIEDIR)/bin HEADERS = gsmtool.h SOURCES = main.cpp gsmtool.cpp diff --git a/noncore/unsupported/mail2/bend/bend.pro b/noncore/unsupported/mail2/bend/bend.pro index ae863d9..4ffec6e 100644 --- a/noncore/unsupported/mail2/bend/bend.pro +++ b/noncore/unsupported/mail2/bend/bend.pro @@ -1,5 +1,5 @@ TEMPLATE = lib -CONFIG += qt plugin warn_on release +CONFIG += qt plugin warn_on HEADERS += bend.h \ bendimpl.h SOURCES += bend.cpp \ diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro index 81ed234..9465833 100644 --- a/noncore/unsupported/mail2/libmail/libmail.pro +++ b/noncore/unsupported/mail2/libmail/libmail.pro @@ -1,6 +1,6 @@ TEMPLATE = lib -CONFIG += qt warn_on debug -#CONFIG += qt warn_on release +CONFIG += qt warn_on +#CONFIG += qt warn_on HEADERS = configfile.h \ defines.h \ imapbase.h \ diff --git a/noncore/unsupported/mail2/mail.pro b/noncore/unsupported/mail2/mail.pro index ff5f849..eec0b7d 100644 --- a/noncore/unsupported/mail2/mail.pro +++ b/noncore/unsupported/mail2/mail.pro @@ -1,5 +1,5 @@ -CONFIG += qt warn_on debug quick-app -#CONFIG += qt warn_on release +CONFIG += qt warn_on quick-app +#CONFIG += qt warn_on HEADERS = accounteditor.h \ addresspicker.h \ composer.h \ diff --git a/noncore/unsupported/mailit/mailit.pro b/noncore/unsupported/mailit/mailit.pro index bdb89be..17b64ee 100644 --- a/noncore/unsupported/mailit/mailit.pro +++ b/noncore/unsupported/mailit/mailit.pro @@ -1,5 +1,5 @@ TARGET = mailit -CONFIG = qt warn_on release quick-app +CONFIG = qt warn_on quick-app HEADERS = emailclient.h \ emailhandler.h \ emaillistitem.h \ diff --git a/noncore/unsupported/oipkg/oipkg.pro b/noncore/unsupported/oipkg/oipkg.pro index 7a99bac..b7fb85b 100644 --- a/noncore/unsupported/oipkg/oipkg.pro +++ b/noncore/unsupported/oipkg/oipkg.pro @@ -1,7 +1,7 @@ DESTDIR = $(OPIEDIR)/bin TEMPLATE = app -#CONFIG = qt warn_on release -CONFIG = qt warn_on debug +#CONFIG = qt warn_on +CONFIG = qt warn_on HEADERS = mainwindow.h \ pksettings.h \ pmipkg.h \ diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro index 06cc7cd..8568f95 100644 --- a/noncore/unsupported/qpdf/qpdf.pro +++ b/noncore/unsupported/qpdf/qpdf.pro @@ -1,5 +1,5 @@ TEMPLATE = app -CONFIG *= qt embedded release warn_off +CONFIG *= qt embedded warn_off CONFIG -= warn_on SOURCES = xpdf/Array.cc \ xpdf/BuiltinFont.cc \ |