diff options
| author | Niklas | 2011-09-06 17:15:01 +0200 |
|---|---|---|
| committer | Niklas | 2011-09-06 17:15:01 +0200 |
| commit | 8ac203bf967050cc07152ca4a002de6b5d5d26ff (patch) | |
| tree | 12d8de423c15883471f612cc4009422c5623f4ec /LogReceiver/LogReceiver.pro | |
| parent | finaly managed it to create a .so lib of the customdhcpcd files. the dhcpcd.c... (diff) | |
| download | fbgui-8ac203bf967050cc07152ca4a002de6b5d5d26ff.tar.gz fbgui-8ac203bf967050cc07152ca4a002de6b5d5d26ff.tar.xz fbgui-8ac203bf967050cc07152ca4a002de6b5d5d26ff.zip | |
latest version of all files. cmake still doesn't work
Diffstat (limited to 'LogReceiver/LogReceiver.pro')
| -rw-r--r-- | LogReceiver/LogReceiver.pro | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/LogReceiver/LogReceiver.pro b/LogReceiver/LogReceiver.pro index 04791ef..b1b1dc1 100644 --- a/LogReceiver/LogReceiver.pro +++ b/LogReceiver/LogReceiver.pro @@ -3,8 +3,10 @@ TARGET = LogReceiver QT += core \ gui \ network -LIBS += -lsysfs -INCLUDEPATH += ../customdhcpcd/src +LIBS += -lsysfs \ + -L/home/niklas/fbgui/customdhcpcd/src/build \ + -llibcustomdhcpcd +INCLUDEPATH += /home/niklas/fbgui/customdhcpcd/src HEADERS += routemanager.h \ interfaceconfiguration.h \ ndgui.h \ @@ -18,6 +20,5 @@ SOURCES += routemanager.cpp \ logreceiver.cpp \ abortbootdialog.cpp \ chooseinterfacedialog.cpp -FORMS += ndgui.ui \ - logreceiver.ui +FORMS += ndgui.ui RESOURCES += |
