← Back to team overview

uonedb-qt team mailing list archive

[Merge] lp:~osomon/u1db-qt/install-missing-header into lp:u1db-qt

 

Olivier Tilloy has proposed merging lp:~osomon/u1db-qt/install-missing-header into lp:u1db-qt.

Commit message:
Install missing header for the -dev package.

Requested reviews:
  U1DB Qt developers (uonedb-qt)
Related bugs:
  Bug #1167395 in U1DB Qt/ QML: "Cannot include libu1db-qt5 headers from C++ code, missing global.h"
  https://bugs.launchpad.net/u1db-qt/+bug/1167395

For more details, see:
https://code.launchpad.net/~osomon/u1db-qt/install-missing-header/+merge/158132
-- 
https://code.launchpad.net/~osomon/u1db-qt/install-missing-header/+merge/158132
Your team U1DB Qt developers is requested to review the proposed merge of lp:~osomon/u1db-qt/install-missing-header into lp:u1db-qt.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt	2013-04-10 11:05:32 +0000
+++ CMakeLists.txt	2013-04-10 14:58:25 +0000
@@ -92,7 +92,7 @@
     LIBRARY DESTINATION lib${LIB_SUFFIX}
     )
 
-install(FILES database.h document.h index.h query.h
+install(FILES global.h database.h document.h index.h query.h
     DESTINATION ${INCLUDE_INSTALL_DIR}
     )
 


Follow ups