Skip to content

Commit

Permalink
Removed ui_qgstablewidgetbase.h
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jun 16, 2017
1 parent cb1f98f commit d9d6872
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/CMakeLists.txt
Expand Up @@ -746,7 +746,6 @@ SET(QGIS_GUI_UI_HDRS
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsquerybuilderbase.h
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgssqlcomposerdialogbase.h
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgssublayersdialogbase.h
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgstablewidgetuibase.h
)

IF(ENABLE_MODELTEST)
Expand Down

7 comments on commit d9d6872

@jef-n
Copy link
Member

@jef-n jef-n commented on d9d6872 Jun 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reasoning? qgstablewidgetbase.h is installed, which includes ui_qgstablewidgetuibase.h.

@elpaso
Copy link
Contributor Author

@elpaso elpaso commented on d9d6872 Jun 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC I'was getting an error file not found with make install, perhaps it was a local issue, please revert if that was the case.

@3nids
Copy link
Member

@3nids 3nids commented on d9d6872 Jun 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make clean would have solved it, reverted it.

@elpaso
Copy link
Contributor Author

@elpaso elpaso commented on d9d6872 Jun 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@3nids I do not only make clean but also remove the whole build dir and the error is still there:

-- Up-to-date: /home/ale/qgis-qt5/include/qgis/ui_qgssublayersdialogbase.h
CMake Error at src/gui/cmake_install.cmake:430 (file):
  file INSTALL cannot find
  "/home/ale/dev/QGIS/build-local-qt5/src/gui/../ui/ui_qgstablewidgetguibase.h".
Call Stack (most recent call first):
  src/cmake_install.cmake:41 (include)
  cmake_install.cmake:54 (include)

@jef-n
Copy link
Member

@jef-n jef-n commented on d9d6872 Jun 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

touch CMakeLists.txt

@jef-n
Copy link
Member

@jef-n jef-n commented on d9d6872 Jun 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uibase not guibase.

@elpaso
Copy link
Contributor Author

@elpaso elpaso commented on d9d6872 Jun 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was a local issue in my build scripts, now it builds and installs without errors. Apologies for the noise.

Please sign in to comment.