diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-17 19:51:44 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-17 19:51:44 -0500 |
commit | c663e43e7172bb80a8fb779e4dc74f579a60ec45 (patch) | |
tree | fd72db9c80e6c1aacf67e8bd24f75a4da57c4a2e /examples/rsatest/rsatest.pro | |
download | tqca-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 'examples/rsatest/rsatest.pro')
-rw-r--r-- | examples/rsatest/rsatest.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/rsatest/rsatest.pro b/examples/rsatest/rsatest.pro new file mode 100644 index 0000000..fc293ad --- /dev/null +++ b/examples/rsatest/rsatest.pro @@ -0,0 +1,6 @@ +TEMPLATE = app +CONFIG += thread console +TARGET = rsatest + +SOURCES += rsatest.cpp +include(../examples.pri) |