Changeset View
Changeset View
Standalone View
Standalone View
lang/qt/src/Makefile.am
| Show All 13 Lines | |||||
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||||
| # GNU Lesser General Public License for more details. | # GNU Lesser General Public License for more details. | ||||
| # | # | ||||
| # You should have received a copy of the GNU General Public License | # You should have received a copy of the GNU General Public License | ||||
| # along with this program; if not, write to the Free Software | # along with this program; if not, write to the Free Software | ||||
| # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | ||||
| # 02111-1307, USA | # 02111-1307, USA | ||||
| lib_LTLIBRARIES = libqgpgme.la | lib_LTLIBRARIES = libqgpgme.la | ||||
| EXTRA_DIST = QGpgmeConfig.cmake.in.in QGpgmeConfigVersion.cmake.in \ | EXTRA_DIST = QGpgmeConfigVersion.cmake.in \ | ||||
| qgpgme_debug.h qgpgme_version.h.in \ | qgpgme_debug.h qgpgme_version.h.in \ | ||||
| QGpgmeConfig.cmake.in.in | QGpgmeConfig.cmake.in.in | ||||
| qgpgme_sources = \ | qgpgme_sources = \ | ||||
| dataprovider.cpp \ | dataprovider.cpp \ | ||||
| debug.cpp \ | debug.cpp \ | ||||
| job.cpp multideletejob.cpp qgpgmeadduseridjob.cpp \ | job.cpp multideletejob.cpp qgpgmeadduseridjob.cpp \ | ||||
| qgpgmeaddexistingsubkeyjob.cpp \ | qgpgmeaddexistingsubkeyjob.cpp \ | ||||
| ▲ Show 20 Lines • Show All 290 Lines • Show Last 20 Lines | |||||