author | benmeyer <benmeyer> | 2003-01-02 19:37:29 (UTC) |
---|---|---|
committer | benmeyer <benmeyer> | 2003-01-02 19:37:29 (UTC) |
commit | 6cf54a736735997b290c16b33dd63cd4668c95d1 (patch) (unidiff) | |
tree | a661073387a7260264f013870190908b8cb0d936 | |
parent | 8a9fc13259d7c2797068752687a011f57f613251 (diff) | |
download | opie-6cf54a736735997b290c16b33dd63cd4668c95d1.zip opie-6cf54a736735997b290c16b33dd63cd4668c95d1.tar.gz opie-6cf54a736735997b290c16b33dd63cd4668c95d1.tar.bz2 |
Rename
-rw-r--r-- | noncore/settings/networksettings/networksettings.pro (renamed from noncore/settings/networksettings/networksetup.pro) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/networksettings/networksetup.pro b/noncore/settings/networksettings/networksettings.pro index 3789464..4597b65 100644 --- a/noncore/settings/networksettings/networksetup.pro +++ b/noncore/settings/networksettings/networksettings.pro | |||
@@ -1,11 +1,11 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE = app | 2 | TEMPLATE = app |
3 | #CONFIG = qt warn_on debug | 3 | #CONFIG = qt warn_on debug |
4 | CONFIG = qt warn_on release | 4 | CONFIG = qt warn_on release |
5 | HEADERS = mainwindowimp.h addconnectionimp.h defaultmodule.h module.h | 5 | HEADERS = mainwindowimp.h addconnectionimp.h defaultmodule.h module.h |
6 | SOURCES = main.cpp mainwindowimp.cpp addconnectionimp.cpp | 6 | SOURCES = main.cpp mainwindowimp.cpp addconnectionimp.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include interfaces/ | 7 | INCLUDEPATH += $(OPIEDIR)/include interfaces/ |
8 | DEPENDPATH += $(OPIEDIR)/include interfaces/ wlan/ | 8 | DEPENDPATH += $(OPIEDIR)/include interfaces/ wlan/ |
9 | LIBS += -lqpe -L$(OPIEDIR)/plugins/networksetup -Linterfaces/ -linterfaces | 9 | LIBS += -lqpe -L$(OPIEDIR)/plugins/networksetup -Linterfaces/ -linterfaces |
10 | INTERFACES = mainwindow.ui addconnection.ui | 10 | INTERFACES = mainwindow.ui addconnection.ui |
11 | TARGET = networksetup | 11 | TARGET = networksettings |