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 /libopie2/examples/opiecore | |
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
4 files changed, 4 insertions, 4 deletions
diff --git a/libopie2/examples/opiecore/oconfigdemo/oconfigdemo.pro b/libopie2/examples/opiecore/oconfigdemo/oconfigdemo.pro index 9b59106..2916aab 100644 --- a/libopie2/examples/opiecore/oconfigdemo/oconfigdemo.pro +++ b/libopie2/examples/opiecore/oconfigdemo/oconfigdemo.pro @@ -1,5 +1,5 @@ TEMPLATE = app -CONFIG = qt warn_on debug +CONFIG = qt warn_on HEADERS = SOURCES = oconfigdemo.cpp diff --git a/libopie2/examples/opiecore/odebugdemo/odebugdemo.pro b/libopie2/examples/opiecore/odebugdemo/odebugdemo.pro index aa37394..a369d19 100644 --- a/libopie2/examples/opiecore/odebugdemo/odebugdemo.pro +++ b/libopie2/examples/opiecore/odebugdemo/odebugdemo.pro @@ -1,5 +1,5 @@ TEMPLATE = app -CONFIG = qt warn_on debug +CONFIG = qt warn_on HEADERS = SOURCES = odebugdemo.cpp INCLUDEPATH += $(OPIEDIR)/include diff --git a/libopie2/examples/opiecore/oglobalsettingsdemo/oglobalsettingsdemo.pro b/libopie2/examples/opiecore/oglobalsettingsdemo/oglobalsettingsdemo.pro index 7fbecce..e3d0421 100644 --- a/libopie2/examples/opiecore/oglobalsettingsdemo/oglobalsettingsdemo.pro +++ b/libopie2/examples/opiecore/oglobalsettingsdemo/oglobalsettingsdemo.pro @@ -1,5 +1,5 @@ TEMPLATE = app -CONFIG = qt warn_on debug +CONFIG = qt warn_on HEADERS = SOURCES = oglobalsettingsdemo.cpp INCLUDEPATH += $(OPIEDIR)/include diff --git a/libopie2/examples/opiecore/oprocessdemo/oprocessdemo.pro b/libopie2/examples/opiecore/oprocessdemo/oprocessdemo.pro index 72dac7f..70a65c4 100644 --- a/libopie2/examples/opiecore/oprocessdemo/oprocessdemo.pro +++ b/libopie2/examples/opiecore/oprocessdemo/oprocessdemo.pro @@ -1,5 +1,5 @@ TEMPLATE = app -CONFIG = qt warn_on debug +CONFIG = qt warn_on HEADERS = SOURCES = oprocessdemo.cpp INCLUDEPATH += $(OPIEDIR)/include |