author | kergoth <kergoth> | 2002-11-19 20:17:31 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-19 20:17:31 (UTC) |
commit | d61ea8bddc6cebc619599dc021d8857e82a885ee (patch) (side-by-side diff) | |
tree | 417f28d4e22a7bb32ce548d72c6bc1a9c94600b4 | |
parent | e94cb49c9b75f7738cf41b52811d5d41ed6d6099 (diff) | |
download | opie-d61ea8bddc6cebc619599dc021d8857e82a885ee.zip opie-d61ea8bddc6cebc619599dc021d8857e82a885ee.tar.gz opie-d61ea8bddc6cebc619599dc021d8857e82a885ee.tar.bz2 |
Uncomment destdir
-rw-r--r-- | noncore/net/networksetup/interfaces/interfaces.pro | 2 | ||||
-rw-r--r-- | noncore/settings/networksettings/interfaces/interfaces.pro | 2 |
2 files changed, 2 insertions, 2 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,12 +1,12 @@ TEMPLATE = lib CONFIG += qt warn_on release #CONFIG += qt warn_on debug -#DESTDIR = $(QTDIR)/lib$(PROJMAK) +DESTDIR = $(QTDIR)/lib$(PROJMAK) HEADERS = interface.h interfaceinformationimp.h interfaces.h interfacesetupimp.h SOURCES = interface.cpp interfaces.cpp interfaceinformationimp.cpp interfacesetupimp.cpp INCLUDEPATH += $(OPIEDIR)/include ../ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = interfaceadvanced.ui interfaceinformation.ui interfacesetup.ui TARGET = interfaces VERSION = 1.0.0 diff --git a/noncore/settings/networksettings/interfaces/interfaces.pro b/noncore/settings/networksettings/interfaces/interfaces.pro index d6b43fb..9a024f6 100644 --- a/noncore/settings/networksettings/interfaces/interfaces.pro +++ b/noncore/settings/networksettings/interfaces/interfaces.pro @@ -1,12 +1,12 @@ TEMPLATE = lib CONFIG += qt warn_on release #CONFIG += qt warn_on debug -#DESTDIR = $(QTDIR)/lib$(PROJMAK) +DESTDIR = $(QTDIR)/lib$(PROJMAK) HEADERS = interface.h interfaceinformationimp.h interfaces.h interfacesetupimp.h SOURCES = interface.cpp interfaces.cpp interfaceinformationimp.cpp interfacesetupimp.cpp INCLUDEPATH += $(OPIEDIR)/include ../ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = interfaceadvanced.ui interfaceinformation.ui interfacesetup.ui TARGET = interfaces VERSION = 1.0.0 |