File: qmlcontacts.pro

package info (click to toggle)
qtpim-opensource-src 5.0~git20201102.f9a8f0fc%2Bdfsg1-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 18,236 kB
  • sloc: cpp: 82,965; xml: 91; makefile: 81; javascript: 67
file content (45 lines) | stat: -rw-r--r-- 1,754 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
include(../../auto.pri)

TEMPLATE=app
TARGET=tst_qmlcontacts

QT += contacts
CONFIG += qmltestcase console

SOURCES += tst_qmlcontacts.cpp

OTHER_FILES += \
    testcases/ContactsSavingTestCase.qml \
    testcases/ContactsSignalingTestCase.qml \
    testcases/ContactsTestHelper.qml \
    testcases/tst_collection.qml \
    testcases/tst_contact_add_detail.qml \
    testcases/tst_contact_addresses.qml \
    testcases/tst_contact_collection_filter.qml \
    testcases/tst_contact_detail_access.qml \
    testcases/tst_contactdetail.qml \
    testcases/tst_contact_emails.qml \
    testcases/tst_contact_extendeddetails.qml \
    testcases/tst_contactmodel_signals.qml \
    testcases/tst_contact_modification.qml \
    testcases/tst_contact_organizations.qml \
    testcases/tst_contact_phonenumbers.qml \
    testcases/tst_contactrelationship.qml \
    testcases/tst_contact_remove_detail.qml \
    testcases/tst_contacts_clear_details_e2e.qml \
    testcases/tst_contacts_details_saving_e2e.qml \
    testcases/tst_contacts_e2e.qml \
    testcases/tst_contacts_export_import_e2e.qml \
    testcases/tst_contacts_export_import_signaling_e2e.qml \
    testcases/tst_contacts_extended_detail_e2e.qml \
    testcases/tst_contacts_fetch_contacts_e2e.qml \
    testcases/tst_contacts_filtering_by_detail_e2e.qml \
    testcases/tst_contacts_filtering_e2e.qml \
    testcases/tst_contact_signals.qml \
    testcases/tst_contacts_intersection_filter_e2e.qml \
    testcases/tst_contacts_model_to_model_notification_e2e.qml \
    testcases/tst_contacts_remove_contacts_e2e.qml \
    testcases/tst_contacts_remove_detail_e2e.qml \
    testcases/tst_contacts_save_contact_e2e.qml \
    testcases/tst_contacts_sorting_e2e.qml \
    testcases/tst_contact_urls.qml