You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+13-14Lines changed: 13 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -368,19 +368,19 @@ This is the documentation of the qmake feature that is generated by qdep and loa
368
368
-`qdep_depends`: Can be added to any variable passed to `SUBDIRS` in a project that uses `QDEP_PROJECT_SUBDIRS` to specify that a certain subdir project depends on that specific package. This does **not** take care of linkage etc. It only ensures that the make targets are build in the correct order.
QDEP_TOOL | in/out | `<system>` | The escaped command line base for qdep commands run from within qmake
374
-
QDEP_CACHE_SCOPE | in | `stash` | The method of caching to be used to cache various qmake related stuff. Can be <empty>, super or stash
375
-
QDEP_GENERATED_SOURCES_DIR | out | `$$QDEP_GENERATED_DIR/<type>` | The directory where generated source files are placed. Is determined by the build configuration to take debug/release builds into account
376
-
QDEP_GENERATED_TS_DIR | in | `$$QDEP_GENERATED_DIR/.qdepts/<type>` | The directory where generated translation sources are placed.
377
-
QDEP_LCONVERT | in | `lconvert -sort-contexts`| The path to the lconvert tool and additional arguments to be used to combine translations
378
-
QDEP_EXPORT_NAME | in/out | `<pro-file-name>_export.pri`| The name of a generated library import file. Must be only the name of the file, use QDEP_EXPORT_PATH to specify the location
379
-
QDEP_EXPORTED_DEFINES| out| `<empty>` | DEFINES that come from QDEP_PACKAGE_EXPORTS or DEFINES from any directly included qdep dependency
380
-
QDEP_EXPORTED_INCLUDEPATH | out | `<empty>`| INCLUDEPATHs that come from any directly included qdep dependency
381
-
QDEP_EXPORTED_LIBS | out | `<empty>`| LIBS that come from any directly included qdep dependency
382
-
QDEP_HOOK_FNS| out | `<empty>`| Holds all names of functions to be run as startup hook by qdep
383
-
QDEP_LUPDATE_ARGS| in | `-recursive -locations relative`| Additional arguments for lupdate in the `make lupdate` command to control it's behaviour
QDEP_TOOL | in/out | `<system>`| The escaped command line base for qdep commands run from within qmake
374
+
QDEP_CACHE_SCOPE | in | `stash`| The method of caching to be used to cache various qmake related stuff. Can be <empty>, super or stash
375
+
QDEP_GENERATED_SOURCES_DIR | out | `$$QDEP_GENERATED_DIR/<type>`| The directory where generated source files are placed. Is determined by the build configuration to take debug/release builds into account
376
+
QDEP_GENERATED_TS_DIR | in | `$$QDEP_GENERATED_DIR/.qdepts/<type>`| The directory where generated translation sources are placed.
377
+
QDEP_LUPDATE| in | `lupdate -recursive -locations relative`| The path to the lupdate tool and additional arguments for lupdate in the `make lupdate` command to control it's behaviour
378
+
QDEP_LCONVERT| in | `lconvert -sort-contexts` | The path to the lconvert tool and additional arguments to be used to combine translations
379
+
QDEP_EXPORT_NAME| in/out | `<pro-file-name>_export.pri`| The name of a generated library import file. Must be only the name of the file, use QDEP_EXPORT_PATH to specify the location
380
+
QDEP_EXPORTED_DEFINES | out | `<empty>` | DEFINES that come from QDEP_PACKAGE_EXPORTS or DEFINES from any directly included qdep dependency
381
+
QDEP_EXPORTED_INCLUDEPATH | out | `<empty>` | INCLUDEPATHs that come from any directly included qdep dependency
382
+
QDEP_EXPORTED_LIBS | out | `<empty>` | LIBS that come from any directly included qdep dependency
383
+
QDEP_HOOK_FNS| out| `<empty>` | Holds all names of functions to be run as startup hook by qdep
384
384
385
385
#### Configuration values
386
386
##### Input value
@@ -416,7 +416,6 @@ This is the documentation of the qmake feature that is generated by qdep and loa
416
416
-`__QDEP_ORIGINAL_TRANSLATIONS`: All original translation that were in TRANSLATIONS before apply translation combination with QDEP_TRANSLATIONS from included packages
417
417
-`__QDEP_HOOK_FILES`: Paths to header files that contain hook definitions that must be included and loaded by a project
418
418
-`__QDEP_EXPORT_QMAKE_INCLUDE_GUARD`: a cache of included exported pri files to ensure each gets included only once
419
-
-`__QDEP_LUPDATE`: The generated qmake tool for lupdate, using the `QDEP_LUPDATE_ARGS`
420
419
421
420
##### Configuration values
422
421
-`__qdep_script_version`: The version detected at runtime as reported by the qdep executable
0 commit comments