summaryrefslogtreecommitdiffstats
path: root/qca.pro
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-04-17 19:51:44 -0500
committerDarrell Anderson <[email protected]>2012-04-17 19:51:44 -0500
commitc663e43e7172bb80a8fb779e4dc74f579a60ec45 (patch)
treefd72db9c80e6c1aacf67e8bd24f75a4da57c4a2e /qca.pro
downloadtqca-c663e43e7172bb80a8fb779e4dc74f579a60ec45.tar.gz
tqca-c663e43e7172bb80a8fb779e4dc74f579a60ec45.zip
Added tqca package to the sources tree. This module is from
the original qca-1.0 sources with the TQt layer added. This resolves bug report 817.
Diffstat (limited to 'qca.pro')
-rw-r--r--qca.pro33
1 files changed, 33 insertions, 0 deletions
diff --git a/qca.pro b/qca.pro
new file mode 100644
index 0000000..1aa5c87
--- /dev/null
+++ b/qca.pro
@@ -0,0 +1,33 @@
+# 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)
+