-rw-r--r-- | qmake/include/qmake/qconfig.h | 1 | ||||
-rw-r--r-- | qmake/include/qmake/qmodules.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/qmake/include/qmake/qconfig.h b/qmake/include/qmake/qconfig.h new file mode 100644 index 0000000..bba8fbd --- a/dev/null +++ b/qmake/include/qmake/qconfig.h @@ -0,0 +1 @@ +/* All features enabled while building qmake */ diff --git a/qmake/include/qmake/qmodules.h b/qmake/include/qmake/qmodules.h new file mode 100644 index 0000000..ce5fcc7 --- a/dev/null +++ b/qmake/include/qmake/qmodules.h @@ -0,0 +1 @@ +/* All modules enabled while building qmake */ |