aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMGeneratePriFile.cmake
AgeCommit message (Collapse)Author
2014-01-25This file provides the function ecm_generate_pri_file().David Faure
ECM_GENERATE_PRI_FILE() creates a .pri file for a library so that qmake-based apps can more easily use the library. It also sets ECM_MKSPECS_INSTALL_DIR as the directory to install the .pri file to. REVIEW: 115099