diff options
author | Jesus Fernandez <[email protected]> | 2017-04-04 15:16:37 +0200 |
---|---|---|
committer | Jesus Fernandez <[email protected]> | 2017-04-04 13:45:31 +0000 |
commit | 4071343a4dffffc4b05d777faa9c5cf54f2b4f08 (patch) | |
tree | bdeab12d33dfcc8d9232e79fd4021151e30ef2e6 | |
parent | 719d2198bcda25768cafb2c7f4194317eff6b306 (diff) |
Fixes the following error when calling qmake -recursive:
Project ERROR: Project has no top-level .qmake.conf file.
Change-Id: Iac9beb9acbc99d09ae3e74813e0dcc6a274c3f3d
Reviewed-by: Shawn Rutledge <[email protected]>
-rw-r--r-- | .qmake.conf | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.qmake.conf |