summaryrefslogtreecommitdiffstats
path: root/qca.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qca.pro')
-rw-r--r--qca.pro33
1 files changed, 0 insertions, 33 deletions
diff --git a/qca.pro b/qca.pro
deleted file mode 100644
index 1aa5c87..0000000
--- a/qca.pro
+++ /dev/null
@@ -1,33 +0,0 @@
-# qca qmake profile
-
-TEMPLATE = lib
-CONFIG += qt thread release
-TARGET = qca
-
-MOC_DIR = .moc
-OBJECTS_DIR = .obj
-UI_DIR = .ui
-
-VER_MAJ = 1
-VER_MIN = 0
-
-# make DLL
-win32:{
- CONFIG += dll
- DEFINES += QCA_MAKEDLL
-}
-
-QCA_CPP = src
-INCLUDEPATH += $$QCA_CPP
-INCLUDEPATH += /usr/include/tqt
-
-HEADERS += \
- $$QCA_CPP/qca.h \
- $$QCA_CPP/qcaprovider.h
-
-SOURCES += \
- $$QCA_CPP/qca.cpp
-
-include(conf.pri)
-include(extra.pri)
-