author | kergoth <kergoth> | 2003-04-15 00:40:51 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-15 00:40:51 (UTC) |
commit | f3905e771c1abd5fdc430aba364934b717dfa115 (patch) (unidiff) | |
tree | 7bdf8a05f05a57e9344baba9e55ed9d7552d5291 /noncore | |
parent | 414e71d6189ffdeb07dcca8225ecf69331d0023c (diff) | |
download | opie-f3905e771c1abd5fdc430aba364934b717dfa115.zip opie-f3905e771c1abd5fdc430aba364934b717dfa115.tar.gz opie-f3905e771c1abd5fdc430aba364934b717dfa115.tar.bz2 |
*** empty log message ***
-rw-r--r-- | noncore/settings/networksettings/interfaces/interfaces.pro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/noncore/settings/networksettings/interfaces/interfaces.pro b/noncore/settings/networksettings/interfaces/interfaces.pro index 75dea47..6936cdd 100644 --- a/noncore/settings/networksettings/interfaces/interfaces.pro +++ b/noncore/settings/networksettings/interfaces/interfaces.pro | |||
@@ -6,11 +6,9 @@ HEADERS = interface.h interfaceinformationimp.h interfaces.h interfacesetupi | |||
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 |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe -lopie |
10 | INTERFACES= interfaceadvanced.ui interfaceinformation.ui interfacesetup.ui | 10 | INTERFACES= interfaceadvanced.ui interfaceinformation.ui interfacesetup.ui |
11 | TARGET = interfaces | 11 | TARGET = interfaces |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | 13 | ||
14 | |||
15 | |||
16 | include ( $(OPIEDIR)/include.pro ) | 14 | include ( $(OPIEDIR)/include.pro ) |