author | wimpie <wimpie> | 2004-04-04 00:37:27 (UTC) |
---|---|---|
committer | wimpie <wimpie> | 2004-04-04 00:37:27 (UTC) |
commit | 354ad5e87ce582ee45b52cd6019bb94348958584 (patch) (unidiff) | |
tree | 4dd2e6219d5604a1b03c9802d938529ea4c96179 | |
parent | a416c6c9630d6d63ee63cf520953b86af8b7cddc (diff) | |
download | opie-354ad5e87ce582ee45b52cd6019bb94348958584.zip opie-354ad5e87ce582ee45b52cd6019bb94348958584.tar.gz opie-354ad5e87ce582ee45b52cd6019bb94348958584.tar.bz2 |
not yet quickapp
-rw-r--r-- | noncore/settings/networksettings2/networksettings.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/networksettings2/networksettings.pro b/noncore/settings/networksettings2/networksettings.pro index fe47971..34b9cde 100644 --- a/noncore/settings/networksettings2/networksettings.pro +++ b/noncore/settings/networksettings2/networksettings.pro | |||
@@ -1,21 +1,21 @@ | |||
1 | # | 1 | # |
2 | CONFIG = qt warn_on debug quick-app | 2 | CONFIG = qt warn_on debug |
3 | #CONFIG = qt warn_on release | 3 | #CONFIG = qt warn_on release |
4 | HEADERS = networksettings.h \ | 4 | HEADERS = networksettings.h \ |
5 | activateprofile.h \ | 5 | activateprofile.h \ |
6 | editconnection.h | 6 | editconnection.h |
7 | SOURCES = main.cpp \ | 7 | SOURCES = main.cpp \ |
8 | networksettings.cpp \ | 8 | networksettings.cpp \ |
9 | nsdata.cpp \ | 9 | nsdata.cpp \ |
10 | activateprofile.cpp \ | 10 | activateprofile.cpp \ |
11 | editconnection.cpp | 11 | editconnection.cpp |
12 | INCLUDEPATH += $(OPIEDIR)/include networksettings2/ | 12 | INCLUDEPATH += $(OPIEDIR)/include networksettings2/ |
13 | DEPENDPATH += $(OPIEDIR)/include networksettings2/ | 13 | DEPENDPATH += $(OPIEDIR)/include networksettings2/ |
14 | LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings2 -lnetworksettings2 -lopie | 14 | LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings2 -lnetworksettings2 -lopie |
15 | INTERFACES = networksettingsGUI.ui \ | 15 | INTERFACES = networksettingsGUI.ui \ |
16 | editconnectionGUI.ui \ | 16 | editconnectionGUI.ui \ |
17 | activateprofileGUI.ui | 17 | activateprofileGUI.ui |
18 | TARGET = networksettings2 | 18 | TARGET = $(OPIEDIR)/bin/networksettings2 |
19 | 19 | ||
20 | 20 | ||
21 | include ( $(OPIEDIR)/include.pro ) | 21 | include ( $(OPIEDIR)/include.pro ) |