Skip to content

Make it possible to build pgmodeler out of tree#1249

Open
pinaraf wants to merge 1 commit intonullptrlabs:developfrom
pinaraf:outOfTreeBuild
Open

Make it possible to build pgmodeler out of tree#1249
pinaraf wants to merge 1 commit intonullptrlabs:developfrom
pinaraf:outOfTreeBuild

Conversation

@pinaraf
Copy link
Contributor

@pinaraf pinaraf commented Mar 9, 2019

Out of tree builds were failing because the uic files are included while being generated in the build directory.
This fixes it by including the proper folder.

Out of tree builds were failing because the uic files are included
while being generated in the build directory.
This fixes it by including the proper folder.
@Maxzor
Copy link
Contributor

Maxzor commented Jan 1, 2020

Hello, I am learning qt build system,
shouldn't we use :
UI_DIR - Specifies the directory where all intermediate files from uic should be placed.
instead of
OUT_PWD - Specifies the full path leading to the directory where qmake places the generated Makefile. Note: Do not attempt to overwrite the value of this variable.
(which is written by PREFIX AFAIK)
https://doc.qt.io/qt-5/qmake-variable-reference.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants