summaryrefslogtreecommitdiff
authorwimpie <wimpie>2004-04-04 00:37:27 (UTC)
committer wimpie <wimpie>2004-04-04 00:37:27 (UTC)
commit354ad5e87ce582ee45b52cd6019bb94348958584 (patch) (unidiff)
tree4dd2e6219d5604a1b03c9802d938529ea4c96179
parenta416c6c9630d6d63ee63cf520953b86af8b7cddc (diff)
downloadopie-354ad5e87ce582ee45b52cd6019bb94348958584.zip
opie-354ad5e87ce582ee45b52cd6019bb94348958584.tar.gz
opie-354ad5e87ce582ee45b52cd6019bb94348958584.tar.bz2
not yet quickapp
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/networksettings.pro4
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,8 +1,8 @@
1# 1#
2CONFIG = qt warn_on debug quick-app 2CONFIG = qt warn_on debug
3#CONFIG = qt warn_on release 3#CONFIG = qt warn_on release
4HEADERS = networksettings.h \ 4HEADERS = networksettings.h \
5 activateprofile.h \ 5 activateprofile.h \
6 editconnection.h 6 editconnection.h
7SOURCES = main.cpp \ 7SOURCES = main.cpp \
8 networksettings.cpp \ 8 networksettings.cpp \
@@ -12,10 +12,10 @@ SOURCES = main.cpp \
12INCLUDEPATH += $(OPIEDIR)/include networksettings2/ 12INCLUDEPATH += $(OPIEDIR)/include networksettings2/
13DEPENDPATH += $(OPIEDIR)/include networksettings2/ 13DEPENDPATH += $(OPIEDIR)/include networksettings2/
14LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings2 -lnetworksettings2 -lopie 14LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings2 -lnetworksettings2 -lopie
15INTERFACES = networksettingsGUI.ui \ 15INTERFACES = networksettingsGUI.ui \
16 editconnectionGUI.ui \ 16 editconnectionGUI.ui \
17 activateprofileGUI.ui 17 activateprofileGUI.ui
18TARGET = networksettings2 18TARGET = $(OPIEDIR)/bin/networksettings2
19 19
20 20
21include ( $(OPIEDIR)/include.pro ) 21include ( $(OPIEDIR)/include.pro )