summaryrefslogtreecommitdiff
path: root/noncore/net
authorkergoth <kergoth>2002-11-19 20:17:31 (UTC)
committer kergoth <kergoth>2002-11-19 20:17:31 (UTC)
commitd61ea8bddc6cebc619599dc021d8857e82a885ee (patch) (unidiff)
tree417f28d4e22a7bb32ce548d72c6bc1a9c94600b4 /noncore/net
parente94cb49c9b75f7738cf41b52811d5d41ed6d6099 (diff)
downloadopie-d61ea8bddc6cebc619599dc021d8857e82a885ee.zip
opie-d61ea8bddc6cebc619599dc021d8857e82a885ee.tar.gz
opie-d61ea8bddc6cebc619599dc021d8857e82a885ee.tar.bz2
Uncomment destdir
Diffstat (limited to 'noncore/net') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/networksetup/interfaces/interfaces.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/networksetup/interfaces/interfaces.pro b/noncore/net/networksetup/interfaces/interfaces.pro
index d6b43fb..9a024f6 100644
--- a/noncore/net/networksetup/interfaces/interfaces.pro
+++ b/noncore/net/networksetup/interfaces/interfaces.pro
@@ -1,10 +1,10 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3 #CONFIG += qt warn_on debug 3 #CONFIG += qt warn_on debug
4 #DESTDIR = $(QTDIR)/lib$(PROJMAK) 4 DESTDIR = $(QTDIR)/lib$(PROJMAK)
5 HEADERS = interface.h interfaceinformationimp.h interfaces.h interfacesetupimp.h 5 HEADERS = interface.h interfaceinformationimp.h interfaces.h interfacesetupimp.h
6 SOURCES = interface.cpp interfaces.cpp interfaceinformationimp.cpp interfacesetupimp.cpp 6 SOURCES = interface.cpp interfaces.cpp interfaceinformationimp.cpp interfacesetupimp.cpp
7 INCLUDEPATH+= $(OPIEDIR)/include ../ 7 INCLUDEPATH+= $(OPIEDIR)/include ../
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 INTERFACES= interfaceadvanced.ui interfaceinformation.ui interfacesetup.ui 10 INTERFACES= interfaceadvanced.ui interfaceinformation.ui interfacesetup.ui