author | kergoth <kergoth> | 2003-04-15 00:40:51 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-15 00:40:51 (UTC) |
commit | f3905e771c1abd5fdc430aba364934b717dfa115 (patch) (side-by-side diff) | |
tree | 7bdf8a05f05a57e9344baba9e55ed9d7552d5291 | |
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 @@ -7,10 +7,8 @@ SOURCES = interface.cpp interfaces.cpp interfaceinformationimp.cpp interfacese INCLUDEPATH += $(OPIEDIR)/include ../ DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe +LIBS += -lqpe -lopie INTERFACES = interfaceadvanced.ui interfaceinformation.ui interfacesetup.ui TARGET = interfaces VERSION = 1.0.0 - - include ( $(OPIEDIR)/include.pro ) |