Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to build pgmodeler out of tree #1249

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

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.

None yet

3 participants