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/decorations | |
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/decorations/flat/flat.pro | 2 | ||||
-rw-r--r-- | noncore/decorations/liquid/liquid.pro | 2 | ||||
-rw-r--r-- | noncore/decorations/polished/polished.pro | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/noncore/decorations/flat/flat.pro b/noncore/decorations/flat/flat.pro index f3d63ea..c3ddfb0 100644 --- a/noncore/decorations/flat/flat.pro +++ b/noncore/decorations/flat/flat.pro @@ -1,5 +1,5 @@ TEMPLATE = lib -CONFIG += qt plugin warn_on release +CONFIG += qt plugin warn_on HEADERS = flat.h SOURCES = flat.cpp TARGET = flat diff --git a/noncore/decorations/liquid/liquid.pro b/noncore/decorations/liquid/liquid.pro index 2afed26..b40a31c 100644 --- a/noncore/decorations/liquid/liquid.pro +++ b/noncore/decorations/liquid/liquid.pro @@ -1,5 +1,5 @@ TEMPLATE = lib -CONFIG = qt plugin embedded release warn_on +CONFIG = qt plugin embedded warn_on SOURCES = liquid.cpp HEADERS = liquid.h LIBS += -lqpe diff --git a/noncore/decorations/polished/polished.pro b/noncore/decorations/polished/polished.pro index d3f3dcc..775f9c0 100644 --- a/noncore/decorations/polished/polished.pro +++ b/noncore/decorations/polished/polished.pro @@ -1,5 +1,5 @@ TEMPLATE = lib -CONFIG += qt plugin warn_on release +CONFIG += qt plugin warn_on HEADERS = polished.h SOURCES = polished.cpp TARGET = polished |