parent
73685c3d92
commit
fa7daa48f7
|
@ -51,6 +51,7 @@
|
|||
#endif
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include "ZeroconfRecord.h"
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <stdint.h>
|
||||
|
||||
typedef int32_t DNSServiceErrorType;
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<?define BinPath="../../../bin/$(var.Configuration)" ?>
|
||||
<?define ResPath="../../../res" ?>
|
||||
<?define ExtPath="../../../ext" ?>
|
||||
<?define QtPath="C:\Qt\4.8.7\bin" ?>
|
||||
<?define QtPath="C:\Qt\2010.02\qt\bin" ?>
|
||||
|
||||
<?ifndef Version ?>
|
||||
<?define Version="1.0.0" ?>
|
||||
|
|
|
@ -118,8 +118,7 @@
|
|||
</File>
|
||||
|
||||
<File Source="$(var.QtPath)\libgcc_s_dw2-1.dll" />
|
||||
<File Source="$(var.QtPath)\libwinpthread-1.dll" />
|
||||
<File Source="$(var.QtPath)\libstdc++-6.dll" />
|
||||
<File Source="$(var.QtPath)\mingwm10.dll" />
|
||||
<File Source="$(var.QtPath)\QtCore4.dll" />
|
||||
<File Source="$(var.QtPath)\QtGui4.dll" />
|
||||
<File Source="$(var.QtPath)\QtNetwork4.dll" />
|
||||
|
|
Loading…
Reference in New Issue