summaryrefslogtreecommitdiff
path: root/qicclient.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qicclient.pro')
-rw-r--r--qicclient.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/qicclient.pro b/qicclient.pro
deleted file mode 100644
index 371bd20..0000000
--- a/qicclient.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-QT -= gui
-TEMPLATE = lib
-CONFIG += staticlib
-
-HEADERS += \
- qicclient/user.hxx \
- qicclient/catalog.hxx \
- qicclient/client.hxx
-SOURCES += \
- user.cxx \
- catalog.cxx \
- client.cxx
-INCLUDEPATH += $$PWD/libicclient
-LIBS += $$PWD/libicclient/libicclient.a
-
-debug: DEFINES += DEBUG