author | ar <ar> | 2004-01-03 12:41:04 (UTC) |
---|---|---|
committer | ar <ar> | 2004-01-03 12:41:04 (UTC) |
commit | 452aac36b77ed1f7e6db3a7952028bf6027e54b6 (patch) (side-by-side diff) | |
tree | 859f9d61ed161320775627cefec0dbda5f1991e6 /noncore | |
parent | 197d8a4fe74f42374efd26bb0b3e54c4cc0ff99e (diff) | |
download | opie-452aac36b77ed1f7e6db3a7952028bf6027e54b6.zip opie-452aac36b77ed1f7e6db3a7952028bf6027e54b6.tar.gz opie-452aac36b77ed1f7e6db3a7952028bf6027e54b6.tar.bz2 |
make networksettings compile without opie-lib 2
-rw-r--r-- | noncore/settings/networksettings/networksettings.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/networksettings/networksettings.pro b/noncore/settings/networksettings/networksettings.pro index e8dbe5b..0615ea4 100644 --- a/noncore/settings/networksettings/networksettings.pro +++ b/noncore/settings/networksettings/networksettings.pro @@ -1,12 +1,12 @@ CONFIG = qt warn_on debug quick-app HEADERS = mainwindowimp.h addconnectionimp.h defaultmodule.h module.h SOURCES = main.cpp mainwindowimp.cpp addconnectionimp.cpp INCLUDEPATH += $(OPIEDIR)/include interfaces/ DEPENDPATH += $(OPIEDIR)/include interfaces/ wlan/ ppp/ -LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings -Linterfaces/ -linterfaces -lopie -lopiecore2 -lopienet2 +LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings -Linterfaces/ -linterfaces -lopie INTERFACES = mainwindow.ui addconnection.ui TARGET = networksettings include ( $(OPIEDIR)/include.pro ) |