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 /examples/networksettings/example.pro | |
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
Diffstat (limited to 'examples/networksettings/example.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | examples/networksettings/example.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/networksettings/example.pro b/examples/networksettings/example.pro index 1239ecd..835dbd0 100644 --- a/examples/networksettings/example.pro +++ b/examples/networksettings/example.pro @@ -1,17 +1,17 @@ #TEMPLATE = app # TEMPLATE = lib -#CONFIG += qt plugin warn_on release -CONFIG += qt plugin warn_on debug +#CONFIG += qt plugin warn_on +CONFIG += qt plugin warn_on DESTDIR = $(OPIEDIR)/plugins/networksettings HEADERS = exampleiface.h examplemodule.h SOURCES = exampleiface.cpp examplemodule.cpp INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/noncore/settings/networksettings $(OPIEDIR)/noncore/settings/networksettings/interfaces DEPENDPATH += $(OPIEDIR)/include $(OPIEDIR)/noncore/settings/networksettings $(OPIEDIR)/noncore/settings/networksettings/interfaces LIBS += -lqpe -linterfaces TARGET = example_vpn VERSION = 1.0.0 include ( $(OPIEDIR)/include.pro ) |