Changeset 57676 in vbox
- Timestamp:
- Sep 9, 2015 4:56:43 PM (9 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r57674 r57676 1153 1153 # 1154 1154 if defined(VBOX_WITH_TESTCASES) && defined(VBOX_GUI_WITH_NETWORK_MANAGER) 1155 # PROGRAMS += tstSSLCertDownloads - debug later. 1155 PROGRAMS += tstSSLCertDownloads 1156 1156 tstSSLCertDownloads_TEMPLATE = VBOXQT4GUIEXE 1157 1157 tstSSLCertDownloads_USES = qt4 1158 1158 tstSSLCertDownloads_QTTOOL = QT4 1159 tstSSLCertDownloads_QT_MODULES = Core G UINetwork1159 tstSSLCertDownloads_QT_MODULES = Core Gui Network 1160 1160 tstSSLCertDownloads_DEFS = VBOX_GUI_IN_TST_SSL_CERT_DOWNLOADS 1161 1161 tstSSLCertDownloads_INCS = \ 1162 $(VBOX_GUI_INC_DIRS) \ 1163 $(tstSSLCertDownloads_0_OUTDIR)/include 1162 $(VBOX_GUI_INC_DIRS) 1164 1163 tstSSLCertDownloads_SOURCES = \ 1165 1164 src/net/tstSSLCertDownloads.cpp -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.cpp
r57671 r57676 48 48 #include <iprt/path.h> 49 49 #include <iprt/sha.h> 50 #include <iprt/string.h> 50 51 #include <iprt/zip.h> 51 52 … … 56 57 class UINetworkReplyPrivateThread : public QThread 57 58 { 59 #ifndef VBOX_GUI_IN_TST_SSL_CERT_DOWNLOADS 58 60 Q_OBJECT; 61 #endif 59 62 60 63 public: … … 925 928 } 926 929 930 #include "UINetworkReply.moc" 931 927 932 #endif /* !VBOX_GUI_IN_TST_SSL_CERT_DOWNLOADS */ 928 933 929 #include "UINetworkReply.moc"930 -
trunk/src/VBox/Frontends/VirtualBox/src/net/tstSSLCertDownloads.cpp
r57671 r57676 30 30 *********************************************************************************************************************************/ 31 31 #include <iprt/err.h> 32 #include <iprt/file.h>33 #include <iprt/initterm.h>34 32 #include <iprt/mem.h> 35 #include <iprt/message.h>36 #include <iprt/string.h>37 #include <iprt/vfslowlevel.h>38 #include <iprt/zip.h>39 33 #include <iprt/test.h> 40 34 … … 56 50 */ 57 51 #include "UINetworkReply.cpp" 52 58 53 59 54 … … 158 153 } 159 154 160
Note:
See TracChangeset
for help on using the changeset viewer.