-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,9 +1,9 @@ #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 |