16 # Stubs for Wlan wizard testing |
16 # Stubs for Wlan wizard testing |
17 # |
17 # |
18 |
18 |
19 DEFINES += BUILD_WLANQTUTILITIES_DLL |
19 DEFINES += BUILD_WLANQTUTILITIES_DLL |
20 |
20 |
21 HEADERS += \ |
21 HEADERS += \ |
22 stubs/wlanqtutils.h \ |
22 stubs/eapqtcertificateinfo.h \ |
23 stubs/wlanqtutilscommon.h \ |
23 stubs/eapqtconfig.h \ |
24 stubs/wlanqtutilsap.h \ |
24 stubs/eapqtconfiginterface.h \ |
25 stubs/context_wlanqtutils.h |
25 stubs/eapqtconfiginterface_context.h \ |
26 |
26 stubs/eapqtpacstoreconfig.h \ |
27 SOURCES += \ |
27 stubs/eapqtvalidator.h \ |
28 stubs/stub_wlanqtutils.cpp \ |
28 stubs/eapqtvalidator_stub.h \ |
29 stubs/stub_wlanqtutilsap.cpp \ |
29 stubs/wlanmgmtclient.h \ |
30 stubs/context_wlanqtutils.cpp |
30 stubs/wlanmgmtclient_context.h \ |
|
31 stubs/wlanqtutils.h \ |
|
32 stubs/wlanqtutils_context.h \ |
|
33 stubs/wlanqtutilsap.h \ |
|
34 stubs/wlanqtutilscommon.h |
|
35 |
|
36 SOURCES += \ |
|
37 stubs/eapqtcertificateinfo_stub.cpp \ |
|
38 stubs/eapqtconfig_stub.cpp \ |
|
39 stubs/eapqtconfiginterface_stub.cpp \ |
|
40 stubs/eapqtconfiginterface_context.cpp \ |
|
41 stubs/eapqtpacstoreconfig_stub.cpp \ |
|
42 stubs/eapqtvalidator_stub.cpp \ |
|
43 stubs/wlanmgmtclient_stub.cpp \ |
|
44 stubs/wlanmgmtclient_context.cpp \ |
|
45 stubs/wlanqtutils_context.cpp \ |
|
46 stubs/wlanqtutils_stub.cpp \ |
|
47 stubs/wlanqtutilsap_stub.cpp |