summaryrefslogtreecommitdiff
path: root/core/qws/qws.pro
authorkergoth <kergoth>2003-05-08 16:48:20 (UTC)
committer kergoth <kergoth>2003-05-08 16:48:20 (UTC)
commit7d24cfad2a564436950b5f42e74c0bd51481f5a9 (patch) (unidiff)
treebc55466250fd15014a35a9c13f0538893b2245fc /core/qws/qws.pro
parent0cb4111d34d9fe96731f48983e1ff2e67262db02 (diff)
downloadopie-7d24cfad2a564436950b5f42e74c0bd51481f5a9.zip
opie-7d24cfad2a564436950b5f42e74c0bd51481f5a9.tar.gz
opie-7d24cfad2a564436950b5f42e74c0bd51481f5a9.tar.bz2
Start work on a new launcher. This commit is simply a minimal Opie QWS server.
Diffstat (limited to 'core/qws/qws.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/qws/qws.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/core/qws/qws.pro b/core/qws/qws.pro
new file mode 100644
index 0000000..5656a59
--- a/dev/null
+++ b/core/qws/qws.pro
@@ -0,0 +1,20 @@
1 TEMPLATE= app
2 CONFIG = qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin
4
5 HEADERS = \
6 transferserver.h \
7 qcopbridge.h \
8 oqwsserver.h
9 SOURCES = \
10 main.cpp \
11 transferserver.cpp \
12 qcopbridge.cpp \
13 oqwsserver.cpp
14
15 INCLUDEPATH+= $(OPIEDIR)/include
16 DEPENDPATH+= $(OPIEDIR)/include .
17 TARGET = op-qws
18 LIBS += -lqpe -lopie
19
20include ( $(OPIEDIR)/include.pro )