Code review comment for lp:~saviq/dee-qt/rename-libs

Revision history for this message
Cris Dywan (kalikiana) wrote :

We should query qmake for the import path.

+ # FIXME: find a way to deterime that
+ set(IMPORT_INSTALL_DIR /opt/qt5/imports/Dee)

execute_process(COMMAND /opt/qt5/bin/qmake -query QT_INSTALL_IMPORTS OUTPUT_VARIABLE IMPORT_INSTALL_DIR)

« Back to merge proposal