diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 01:35:15 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 01:35:15 -0600 |
commit | dbc765a8f2741cfb6d90557c8e96414a61174926 (patch) | |
tree | d16be000ffc5c3733b2856486febcdd526077e9e /qcextra | |
download | tqca-tls-dbc765a8f2741cfb6d90557c8e96414a61174926.tar.gz tqca-tls-dbc765a8f2741cfb6d90557c8e96414a61174926.zip |
Initial import
Diffstat (limited to 'qcextra')
-rwxr-xr-x | qcextra | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#!/bin/sh + +cat >extra.pri <<EOT +target.path=\$\$QT_PATH_PLUGINS/crypto +INSTALLS += target + +INSTALL_ROOT = $PREFIX + +EOT |