summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/test
authordrw <drw>2004-02-23 17:41:08 (UTC)
committer drw <drw>2004-02-23 17:41:08 (UTC)
commit0259f547f4dea6e10df1e02ee78b343137de24ed (patch) (side-by-side diff)
treec09a0a69c8dfe397238bf476a849875306072855 /noncore/apps/opie-console/test
parentd1e639b1272a6ba18ebe3fc982148ce0cb5c8c84 (diff)
downloadopie-0259f547f4dea6e10df1e02ee78b343137de24ed.zip
opie-0259f547f4dea6e10df1e02ee78b343137de24ed.tar.gz
opie-0259f547f4dea6e10df1e02ee78b343137de24ed.tar.bz2
Opie Console: libopie->libopie2
Diffstat (limited to 'noncore/apps/opie-console/test') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/test/console.pro10
-rw-r--r--noncore/apps/opie-console/test/senderui.cpp2
2 files changed, 6 insertions, 6 deletions
diff --git a/noncore/apps/opie-console/test/console.pro b/noncore/apps/opie-console/test/console.pro
index 7b4c310..624f381 100644
--- a/noncore/apps/opie-console/test/console.pro
+++ b/noncore/apps/opie-console/test/console.pro
@@ -1,18 +1,18 @@
TEMPLATE = app
#CONFIG = qt warn_on release
-CONFIG = qt debug
+CONFIG = qt debug
#DESTDIR = $(OPIEDIR)/bin
HEADERS = ../io_layer.h ../io_serial.h ../sz_transfer.h ../file_layer.h\
- senderui.h ../profile.h ../filetransfer.h ../procctl.h \
- ../filereceive.h ../receive_layer.h
+ senderui.h ../profile.h ../filetransfer.h ../procctl.h \
+ ../filereceive.h ../receive_layer.h
SOURCES = ../io_layer.cpp ../io_serial.cpp \
../profile.cpp ../sz_transfer.cpp ../file_layer.cpp\
main.cpp senderui.cpp ../filetransfer.cpp ../procctl.cpp \
- ../filereceive.cpp ../receive_layer.cpp
+ ../filereceive.cpp ../receive_layer.cpp
INTERFACES = sender.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe -lopie
+LIBS += -lqpe -lopiecore2
TARGET = test
diff --git a/noncore/apps/opie-console/test/senderui.cpp b/noncore/apps/opie-console/test/senderui.cpp
index 4026808..4a7202d 100644
--- a/noncore/apps/opie-console/test/senderui.cpp
+++ b/noncore/apps/opie-console/test/senderui.cpp
@@ -11,7 +11,7 @@
#include "../filetransfer.h"
#include "../filereceive.h"
-#include <opie/oprocess.h>
+#include <opie2/oprocess.h>
#include "senderui.h"