summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/repotest/repotest.pro
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2020-10-07 14:00:16 +0300
committerKatja Marttila <katja.marttila@qt.io>2020-10-15 12:30:33 +0300
commitb93105c9daf45bce31338e54d14e0869f3c5b669 (patch)
treed1ec0294bbe489b2ffac6bb4682b21f06b075f25 /tests/auto/tools/repotest/repotest.pro
parent0a9427d03b174cf4a4f0fa41151688d0c227ba61 (diff)
Repogen: Fix options to work with unite metadata
Fixed regogen 'update' and 'repository' options to work with unite metadata. --update-new-components with unify metadata is prevented. Moved --update-new-components functionality from repogen.cpp to QInstallerTools so it can be accessed from tests. Created tests for repogen. Task-number: QTIFW-1943 Change-Id: I12389f4747154a0f6f51b4f34f630103c2cfef04 Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
Diffstat (limited to 'tests/auto/tools/repotest/repotest.pro')
-rw-r--r--tests/auto/tools/repotest/repotest.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/tools/repotest/repotest.pro b/tests/auto/tools/repotest/repotest.pro
new file mode 100644
index 000000000..73d482638
--- /dev/null
+++ b/tests/auto/tools/repotest/repotest.pro
@@ -0,0 +1,10 @@
+include(../../qttest.pri)
+include(../../../../tools/repogen/repogen.pri)
+
+QT -= gui
+
+SOURCES += tst_repotest.cpp
+
+RESOURCES += \
+ settings.qrc
+