VirtualBox

Changeset 57676 in vbox


Ignore:
Timestamp:
Sep 9, 2015 4:56:43 PM (9 years ago)
Author:
vboxsync
Message:

tstSSLCertDownloads: Enabled it again with build fixes.

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r57674 r57676  
    11531153#
    11541154if defined(VBOX_WITH_TESTCASES) && defined(VBOX_GUI_WITH_NETWORK_MANAGER)
    1155 # PROGRAMS += tstSSLCertDownloads - debug later.
     1155 PROGRAMS += tstSSLCertDownloads
    11561156 tstSSLCertDownloads_TEMPLATE   = VBOXQT4GUIEXE
    11571157 tstSSLCertDownloads_USES       = qt4
    11581158 tstSSLCertDownloads_QTTOOL     = QT4
    1159  tstSSLCertDownloads_QT_MODULES = Core GUI Network
     1159 tstSSLCertDownloads_QT_MODULES = Core Gui Network
    11601160 tstSSLCertDownloads_DEFS = VBOX_GUI_IN_TST_SSL_CERT_DOWNLOADS
    11611161 tstSSLCertDownloads_INCS = \
    1162         $(VBOX_GUI_INC_DIRS) \
    1163         $(tstSSLCertDownloads_0_OUTDIR)/include
     1162        $(VBOX_GUI_INC_DIRS)
    11641163 tstSSLCertDownloads_SOURCES = \
    11651164        src/net/tstSSLCertDownloads.cpp
  • trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.cpp

    r57671 r57676  
    4848#include <iprt/path.h>
    4949#include <iprt/sha.h>
     50#include <iprt/string.h>
    5051#include <iprt/zip.h>
    5152
     
    5657class UINetworkReplyPrivateThread : public QThread
    5758{
     59#ifndef VBOX_GUI_IN_TST_SSL_CERT_DOWNLOADS
    5860    Q_OBJECT;
     61#endif
    5962
    6063public:
     
    925928}
    926929
     930#include "UINetworkReply.moc"
     931
    927932#endif /* !VBOX_GUI_IN_TST_SSL_CERT_DOWNLOADS */
    928933
    929 #include "UINetworkReply.moc"
    930 
  • trunk/src/VBox/Frontends/VirtualBox/src/net/tstSSLCertDownloads.cpp

    r57671 r57676  
    3030*********************************************************************************************************************************/
    3131#include <iprt/err.h>
    32 #include <iprt/file.h>
    33 #include <iprt/initterm.h>
    3432#include <iprt/mem.h>
    35 #include <iprt/message.h>
    36 #include <iprt/string.h>
    37 #include <iprt/vfslowlevel.h>
    38 #include <iprt/zip.h>
    3933#include <iprt/test.h>
    4034
     
    5650 */
    5751#include "UINetworkReply.cpp"
     52
    5853
    5954
     
    158153}
    159154
    160 
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette