aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/tst_api.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-07-21 16:53:56 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2017-08-01 12:14:54 +0000
commitcccf7a64cb312e6dfb89343cc6087d43cdfeb427 (patch)
treedbe429b66ff40393bcb1c7764fe61ff4c07653af /tests/auto/api/tst_api.h
parentd4c4d5743d11fd4af3b3b536cf446e1735773d44 (diff)
Introduce the Profile item
Allows users to provide project-specific profiles. Useful for when a project has specific, well-known requirements regarding the build environment and/or target platform. [ChangeLog] Profiles can now be defined within a project using the Profile item. Task-number: QBS-895 Change-Id: Idf902fbb095bb153c15e31d2aa8eb73448b69936 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/api/tst_api.h')
-rw-r--r--tests/auto/api/tst_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/api/tst_api.h b/tests/auto/api/tst_api.h
index beb0ab4ac..b70c69afb 100644
--- a/tests/auto/api/tst_api.h
+++ b/tests/auto/api/tst_api.h
@@ -100,6 +100,8 @@ private slots:
void linkDynamicAndStaticLibs();
void linkStaticAndDynamicLibs();
void listBuildSystemFiles();
+ void localProfiles();
+ void localProfiles_data();
void missingSourceFile();
void mocCppIncluded();
void multiArch();