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