[X2Go-Dev] Bug#443: x2goclient 4.0.2.0 HEAD FTBFS (resources.rcc errors)
Michael DePaulo
mikedep333 at gmail.com
Sun Mar 2 20:39:10 CET 2014
Package: x2goclient
Version: 4.0.2.0
Observed on Commit 5d7d9966198d64ce7846c4f65706f9e9e178e8d7
(Fri, 28 Feb 2014 13:02:50 +0000 (14:02 +0100))
X2Go Client 4.0.2.0 HEAD failed to build from source.
I am using the standard setup which has worked for 4.0.1.3:
mingw32 4.4
QT 4.8.5
X2Go-WinBuilder VM (WIn7 64-bit SP1)
See attached logs. They are what happens when I run the last 2
commands mentioned in this list:
$ cd x2goclient
$ PATH=%PATH%;D:\MinGW\libexec\gcc\mingw32\4.4.0\
$ config_win.bat
$ mingw32-make
>From this page:
http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient
Note that there are errors in both config_win.bat's output, and in
mingw32-make's output. And they seem to be related to resources.rcc
not finding files.
-------------- next part --------------
D:\Build\GIT\nightly\x2goclient>mingw32-make distclean
mingw32-make -f Makefile.Release distclean
mingw32-make[1]: Entering directory `D:/Build/GIT/nightly/x2goclient'
rm x2goclient_de.qm x2goclient_da.qm x2goclient_es.qm x2goclient_et.qm x2goclient_fi.qm x2goclient_ru.qm x2goclient_nl.qm x2goclient_nb_no.qm x2goclient_sv.qm x2goclient_fr.qm x2goclient_zh_tw.qm
rm release/moc_configdialog.cpp release/moc_editconnectiondialog.cpp release/moc_exportdialog.cpp release/moc_imgframe.cpp release/moc_onmainwindow.cpp release/moc_sessionbutton.cpp release/moc_sessionmanagedialog.cpp release/moc_sshmasterconnection.cpp release/moc_sshprocess.cpp release/moc_SVGFrame.cpp release/moc_userbutton.cpp release/moc_printprocess.cpp release/moc_cupsprintwidget.cpp release/moc_cupsprintersettingsdialog.cpp release/moc_printwidget.cpp release/moc_printercmddialog.cpp release/moc_printdialog.cpp release/moc_sessionwidget.cpp release/moc_connectionwidget.cpp release/moc_settingswidget.cpp release/moc_sharewidget.cpp release/moc_clicklineedit.cpp release/moc_httpbrokerclient.cpp release/moc_brokerpassdlg.cpp release/moc_contest.cpp release/moc_xsettingswidget.cpp release/moc_appdialog.cpp
rm: cannot remove `release/moc_configdialog.cpp': No such file or directory
rm: cannot remove `release/moc_editconnectiondialog.cpp': No such file or directory
rm: cannot remove `release/moc_exportdialog.cpp': No such file or directory
rm: cannot remove `release/moc_imgframe.cpp': No such file or directory
rm: cannot remove `release/moc_onmainwindow.cpp': No such file or directory
rm: cannot remove `release/moc_sessionbutton.cpp': No such file or directory
rm: cannot remove `release/moc_sessionmanagedialog.cpp': No such file or directory
rm: cannot remove `release/moc_sshmasterconnection.cpp': No such file or directory
rm: cannot remove `release/moc_sshprocess.cpp': No such file or directory
rm: cannot remove `release/moc_SVGFrame.cpp': No such file or directory
rm: cannot remove `release/moc_userbutton.cpp': No such file or directory
rm: cannot remove `release/moc_printprocess.cpp': No such file or directory
rm: cannot remove `release/moc_cupsprintwidget.cpp': No such file or directory
rm: cannot remove `release/moc_cupsprintersettingsdialog.cpp': No such file or directory
rm: cannot remove `release/moc_printwidget.cpp': No such file or directory
rm: cannot remove `release/moc_printercmddialog.cpp': No such file or directory
rm: cannot remove `release/moc_printdialog.cpp': No such file or directory
rm: cannot remove `release/moc_sessionwidget.cpp': No such file or directory
rm: cannot remove `release/moc_connectionwidget.cpp': No such file or directory
rm: cannot remove `release/moc_settingswidget.cpp': No such file or directory
rm: cannot remove `release/moc_sharewidget.cpp': No such file or directory
rm: cannot remove `release/moc_clicklineedit.cpp': No such file or directory
rm: cannot remove `release/moc_httpbrokerclient.cpp': No such file or directory
rm: cannot remove `release/moc_brokerpassdlg.cpp': No such file or directory
rm: cannot remove `release/moc_contest.cpp': No such file or directory
rm: cannot remove `release/moc_xsettingswidget.cpp': No such file or directory
rm: cannot remove `release/moc_appdialog.cpp': No such file or directory
mingw32-make[1]: [compiler_moc_header_clean] Error 1 (ignored)
rm release/qrc_resources.cpp
rm: cannot remove `release/qrc_resources.cpp': No such file or directory
mingw32-make[1]: [compiler_rcc_clean] Error 1 (ignored)
rm ui_cupsprintsettingsdialog.h ui_cupsprintwidget.h ui_printdialog.h ui_printercmddialog.h ui_printwidget.h ui_xsettingsui.h ui_brokerpassdialog.h ui_contest.h ui_appdialog.h ui_helpdialog.h
rm release/sharewidget.o release/settingswidget.o release/configwidget.o release/sessionwidget.o release/connectionwidget.o release/configdialog.o release/editconnectiondialog.o release/exportdialog.o release/imgframe.o release/LDAPSession.o release/onmainwindow.o release/sessionbutton.o release/sessionmanagedialog.o release/sshmasterconnection.o release/sshprocess.o release/SVGFrame.o release/userbutton.o release/x2gologdebug.o release/printprocess.o release/cupsprint.o release/cupsprintwidget.o release/cupsprintersettingsdialog.o release/printwidget.o release/printercmddialog.o release/printdialog.o release/wapi.o release/clicklineedit.o release/httpbrokerclient.o release/ongetpass.o release/x2gosettings.o release/brokerpassdlg.o release/contest.o release/xsettingswidget.o release/appdialog.o release/x2goutils.o release/helpdialog.o release/x2goclient.o release/moc_configdialog.o release/moc_editconnectiondialog.o release/moc_exportdialog.o release/moc_imgframe.o release/moc_onmainwindow.o release/moc_sessionbutton.o release/moc_sessionmanagedialog.o release/moc_sshmasterconnection.o release/moc_sshprocess.o release/moc_SVGFrame.o release/moc_userbutton.o release/moc_printprocess.o release/moc_cupsprintwidget.o release/moc_cupsprintersettingsdialog.o release/moc_printwidget.o release/moc_printercmddialog.o release/moc_printdialog.o release/moc_sessionwidget.o release/moc_connectionwidget.o release/moc_settingswidget.o release/moc_sharewidget.o release/moc_clicklineedit.o release/moc_httpbrokerclient.o release/moc_brokerpassdlg.o release/moc_contest.o release/moc_xsettingswidget.o release/moc_appdialog.o release/qrc_resources.o
rm: cannot remove `release/settingswidget.o': No such file or directory
rm: cannot remove `release/configwidget.o': No such file or directory
rm: cannot remove `release/sessionwidget.o': No such file or directory
rm: cannot remove `release/connectionwidget.o': No such file or directory
rm: cannot remove `release/configdialog.o': No such file or directory
rm: cannot remove `release/editconnectiondialog.o': No such file or directory
rm: cannot remove `release/exportdialog.o': No such file or directory
rm: cannot remove `release/imgframe.o': No such file or directory
rm: cannot remove `release/LDAPSession.o': No such file or directory
rm: cannot remove `release/onmainwindow.o': No such file or directory
rm: cannot remove `release/sessionbutton.o': No such file or directory
rm: cannot remove `release/sessionmanagedialog.o': No such file or directory
rm: cannot remove `release/sshmasterconnection.o': No such file or directory
rm: cannot remove `release/sshprocess.o': No such file or directory
rm: cannot remove `release/SVGFrame.o': No such file or directory
rm: cannot remove `release/userbutton.o': No such file or directory
rm: cannot remove `release/x2gologdebug.o': No such file or directory
rm: cannot remove `release/printprocess.o': No such file or directory
rm: cannot remove `release/cupsprint.o': No such file or directory
rm: cannot remove `release/cupsprintwidget.o': No such file or directory
rm: cannot remove `release/cupsprintersettingsdialog.o': No such file or directory
rm: cannot remove `release/printwidget.o': No such file or directory
rm: cannot remove `release/printercmddialog.o': No such file or directory
rm: cannot remove `release/printdialog.o': No such file or directory
rm: cannot remove `release/wapi.o': No such file or directory
rm: cannot remove `release/clicklineedit.o': No such file or directory
rm: cannot remove `release/httpbrokerclient.o': No such file or directory
rm: cannot remove `release/ongetpass.o': No such file or directory
rm: cannot remove `release/x2gosettings.o': No such file or directory
rm: cannot remove `release/brokerpassdlg.o': No such file or directory
rm: cannot remove `release/contest.o': No such file or directory
rm: cannot remove `release/xsettingswidget.o': No such file or directory
rm: cannot remove `release/appdialog.o': No such file or directory
rm: cannot remove `release/x2goutils.o': No such file or directory
rm: cannot remove `release/helpdialog.o': No such file or directory
rm: cannot remove `release/x2goclient.o': No such file or directory
rm: cannot remove `release/moc_configdialog.o': No such file or directory
rm: cannot remove `release/moc_editconnectiondialog.o': No such file or directory
rm: cannot remove `release/moc_exportdialog.o': No such file or directory
rm: cannot remove `release/moc_imgframe.o': No such file or directory
rm: cannot remove `release/moc_onmainwindow.o': No such file or directory
rm: cannot remove `release/moc_sessionbutton.o': No such file or directory
rm: cannot remove `release/moc_sessionmanagedialog.o': No such file or directory
rm: cannot remove `release/moc_sshmasterconnection.o': No such file or directory
rm: cannot remove `release/moc_sshprocess.o': No such file or directory
rm: cannot remove `release/moc_SVGFrame.o': No such file or directory
rm: cannot remove `release/moc_userbutton.o': No such file or directory
rm: cannot remove `release/moc_printprocess.o': No such file or directory
rm: cannot remove `release/moc_cupsprintwidget.o': No such file or directory
rm: cannot remove `release/moc_cupsprintersettingsdialog.o': No such file or directory
rm: cannot remove `release/moc_printwidget.o': No such file or directory
rm: cannot remove `release/moc_printercmddialog.o': No such file or directory
rm: cannot remove `release/moc_printdialog.o': No such file or directory
rm: cannot remove `release/moc_sessionwidget.o': No such file or directory
rm: cannot remove `release/moc_connectionwidget.o': No such file or directory
rm: cannot remove `release/moc_settingswidget.o': No such file or directory
rm: cannot remove `release/moc_sharewidget.o': No such file or directory
rm: cannot remove `release/moc_clicklineedit.o': No such file or directory
rm: cannot remove `release/moc_httpbrokerclient.o': No such file or directory
rm: cannot remove `release/moc_brokerpassdlg.o': No such file or directory
rm: cannot remove `release/moc_contest.o': No such file or directory
rm: cannot remove `release/moc_xsettingswidget.o': No such file or directory
rm: cannot remove `release/moc_appdialog.o': No such file or directory
rm: cannot remove `release/qrc_resources.o': No such file or directory
mingw32-make[1]: [clean] Error 1 (ignored)
rm release/x2goclient_res.o
rm: cannot remove `release/x2goclient_res.o': No such file or directory
mingw32-make[1]: [clean] Error 1 (ignored)
rm release/x2goclient.exe
rm: cannot remove `release/x2goclient.exe': No such file or directory
mingw32-make[1]: [distclean] Error 1 (ignored)
rm Makefile.Release
mingw32-make[1]: Leaving directory `D:/Build/GIT/nightly/x2goclient'
mingw32-make -f Makefile.Debug distclean
mingw32-make[1]: Entering directory `D:/Build/GIT/nightly/x2goclient'
rm x2goclient_de.qm x2goclient_da.qm x2goclient_es.qm x2goclient_et.qm x2goclient_fi.qm x2goclient_ru.qm x2goclient_nl.qm x2goclient_nb_no.qm x2goclient_sv.qm x2goclient_fr.qm x2goclient_zh_tw.qm
rm: cannot remove `x2goclient_de.qm': No such file or directory
rm: cannot remove `x2goclient_da.qm': No such file or directory
rm: cannot remove `x2goclient_es.qm': No such file or directory
rm: cannot remove `x2goclient_et.qm': No such file or directory
rm: cannot remove `x2goclient_fi.qm': No such file or directory
rm: cannot remove `x2goclient_ru.qm': No such file or directory
rm: cannot remove `x2goclient_nl.qm': No such file or directory
rm: cannot remove `x2goclient_nb_no.qm': No such file or directory
rm: cannot remove `x2goclient_sv.qm': No such file or directory
rm: cannot remove `x2goclient_fr.qm': No such file or directory
rm: cannot remove `x2goclient_zh_tw.qm': No such file or directory
mingw32-make[1]: [compiler_TSQM_clean] Error 1 (ignored)
rm debug/moc_configdialog.cpp debug/moc_editconnectiondialog.cpp debug/moc_exportdialog.cpp debug/moc_imgframe.cpp debug/moc_onmainwindow.cpp debug/moc_sessionbutton.cpp debug/moc_sessionmanagedialog.cpp debug/moc_sshmasterconnection.cpp debug/moc_sshprocess.cpp debug/moc_SVGFrame.cpp debug/moc_userbutton.cpp debug/moc_printprocess.cpp debug/moc_cupsprintwidget.cpp debug/moc_cupsprintersettingsdialog.cpp debug/moc_printwidget.cpp debug/moc_printercmddialog.cpp debug/moc_printdialog.cpp debug/moc_sessionwidget.cpp debug/moc_connectionwidget.cpp debug/moc_settingswidget.cpp debug/moc_sharewidget.cpp debug/moc_clicklineedit.cpp debug/moc_httpbrokerclient.cpp debug/moc_brokerpassdlg.cpp debug/moc_contest.cpp debug/moc_xsettingswidget.cpp debug/moc_appdialog.cpp
rm: cannot remove `debug/moc_configdialog.cpp': No such file or directory
rm: cannot remove `debug/moc_editconnectiondialog.cpp': No such file or directory
rm: cannot remove `debug/moc_exportdialog.cpp': No such file or directory
rm: cannot remove `debug/moc_imgframe.cpp': No such file or directory
rm: cannot remove `debug/moc_onmainwindow.cpp': No such file or directory
rm: cannot remove `debug/moc_sessionbutton.cpp': No such file or directory
rm: cannot remove `debug/moc_sessionmanagedialog.cpp': No such file or directory
rm: cannot remove `debug/moc_sshmasterconnection.cpp': No such file or directory
rm: cannot remove `debug/moc_sshprocess.cpp': No such file or directory
rm: cannot remove `debug/moc_SVGFrame.cpp': No such file or directory
rm: cannot remove `debug/moc_userbutton.cpp': No such file or directory
rm: cannot remove `debug/moc_printprocess.cpp': No such file or directory
rm: cannot remove `debug/moc_cupsprintwidget.cpp': No such file or directory
rm: cannot remove `debug/moc_cupsprintersettingsdialog.cpp': No such file or directory
rm: cannot remove `debug/moc_printwidget.cpp': No such file or directory
rm: cannot remove `debug/moc_printercmddialog.cpp': No such file or directory
rm: cannot remove `debug/moc_printdialog.cpp': No such file or directory
rm: cannot remove `debug/moc_sessionwidget.cpp': No such file or directory
rm: cannot remove `debug/moc_connectionwidget.cpp': No such file or directory
rm: cannot remove `debug/moc_settingswidget.cpp': No such file or directory
rm: cannot remove `debug/moc_sharewidget.cpp': No such file or directory
rm: cannot remove `debug/moc_clicklineedit.cpp': No such file or directory
rm: cannot remove `debug/moc_httpbrokerclient.cpp': No such file or directory
rm: cannot remove `debug/moc_brokerpassdlg.cpp': No such file or directory
rm: cannot remove `debug/moc_contest.cpp': No such file or directory
rm: cannot remove `debug/moc_xsettingswidget.cpp': No such file or directory
rm: cannot remove `debug/moc_appdialog.cpp': No such file or directory
mingw32-make[1]: [compiler_moc_header_clean] Error 1 (ignored)
rm debug/qrc_resources.cpp
rm: cannot remove `debug/qrc_resources.cpp': No such file or directory
mingw32-make[1]: [compiler_rcc_clean] Error 1 (ignored)
rm ui_cupsprintsettingsdialog.h ui_cupsprintwidget.h ui_printdialog.h ui_printercmddialog.h ui_printwidget.h ui_xsettingsui.h ui_brokerpassdialog.h ui_contest.h ui_appdialog.h ui_helpdialog.h
rm: cannot remove `ui_cupsprintsettingsdialog.h': No such file or directory
rm: cannot remove `ui_cupsprintwidget.h': No such file or directory
rm: cannot remove `ui_printdialog.h': No such file or directory
rm: cannot remove `ui_printercmddialog.h': No such file or directory
rm: cannot remove `ui_printwidget.h': No such file or directory
rm: cannot remove `ui_xsettingsui.h': No such file or directory
rm: cannot remove `ui_brokerpassdialog.h': No such file or directory
rm: cannot remove `ui_contest.h': No such file or directory
rm: cannot remove `ui_appdialog.h': No such file or directory
rm: cannot remove `ui_helpdialog.h': No such file or directory
mingw32-make[1]: [compiler_uic_clean] Error 1 (ignored)
rm debug/sharewidget.o debug/settingswidget.o debug/configwidget.o debug/sessionwidget.o debug/connectionwidget.o debug/configdialog.o debug/editconnectiondialog.o debug/exportdialog.o debug/imgframe.o debug/LDAPSession.o debug/onmainwindow.o debug/sessionbutton.o debug/sessionmanagedialog.o debug/sshmasterconnection.o debug/sshprocess.o debug/SVGFrame.o debug/userbutton.o debug/x2gologdebug.o debug/printprocess.o debug/cupsprint.o debug/cupsprintwidget.o debug/cupsprintersettingsdialog.o debug/printwidget.o debug/printercmddialog.o debug/printdialog.o debug/wapi.o debug/clicklineedit.o debug/httpbrokerclient.o debug/ongetpass.o debug/x2gosettings.o debug/brokerpassdlg.o debug/contest.o debug/xsettingswidget.o debug/appdialog.o debug/x2goutils.o debug/helpdialog.o debug/x2goclient.o debug/moc_configdialog.o debug/moc_editconnectiondialog.o debug/moc_exportdialog.o debug/moc_imgframe.o debug/moc_onmainwindow.o debug/moc_sessionbutton.o debug/moc_sessionmanagedialog.o debug/moc_sshmasterconnection.o debug/moc_sshprocess.o debug/moc_SVGFrame.o debug/moc_userbutton.o debug/moc_printprocess.o debug/moc_cupsprintwidget.o debug/moc_cupsprintersettingsdialog.o debug/moc_printwidget.o debug/moc_printercmddialog.o debug/moc_printdialog.o debug/moc_sessionwidget.o debug/moc_connectionwidget.o debug/moc_settingswidget.o debug/moc_sharewidget.o debug/moc_clicklineedit.o debug/moc_httpbrokerclient.o debug/moc_brokerpassdlg.o debug/moc_contest.o debug/moc_xsettingswidget.o debug/moc_appdialog.o debug/qrc_resources.o
rm: cannot remove `debug/sharewidget.o': No such file or directory
rm: cannot remove `debug/settingswidget.o': No such file or directory
rm: cannot remove `debug/configwidget.o': No such file or directory
rm: cannot remove `debug/sessionwidget.o': No such file or directory
rm: cannot remove `debug/connectionwidget.o': No such file or directory
rm: cannot remove `debug/configdialog.o': No such file or directory
rm: cannot remove `debug/editconnectiondialog.o': No such file or directory
rm: cannot remove `debug/exportdialog.o': No such file or directory
rm: cannot remove `debug/imgframe.o': No such file or directory
rm: cannot remove `debug/LDAPSession.o': No such file or directory
rm: cannot remove `debug/onmainwindow.o': No such file or directory
rm: cannot remove `debug/sessionbutton.o': No such file or directory
rm: cannot remove `debug/sessionmanagedialog.o': No such file or directory
rm: cannot remove `debug/sshmasterconnection.o': No such file or directory
rm: cannot remove `debug/sshprocess.o': No such file or directory
rm: cannot remove `debug/SVGFrame.o': No such file or directory
rm: cannot remove `debug/userbutton.o': No such file or directory
rm: cannot remove `debug/x2gologdebug.o': No such file or directory
rm: cannot remove `debug/printprocess.o': No such file or directory
rm: cannot remove `debug/cupsprint.o': No such file or directory
rm: cannot remove `debug/cupsprintwidget.o': No such file or directory
rm: cannot remove `debug/cupsprintersettingsdialog.o': No such file or directory
rm: cannot remove `debug/printwidget.o': No such file or directory
rm: cannot remove `debug/printercmddialog.o': No such file or directory
rm: cannot remove `debug/printdialog.o': No such file or directory
rm: cannot remove `debug/wapi.o': No such file or directory
rm: cannot remove `debug/clicklineedit.o': No such file or directory
rm: cannot remove `debug/httpbrokerclient.o': No such file or directory
rm: cannot remove `debug/ongetpass.o': No such file or directory
rm: cannot remove `debug/x2gosettings.o': No such file or directory
rm: cannot remove `debug/brokerpassdlg.o': No such file or directory
rm: cannot remove `debug/contest.o': No such file or directory
rm: cannot remove `debug/xsettingswidget.o': No such file or directory
rm: cannot remove `debug/appdialog.o': No such file or directory
rm: cannot remove `debug/x2goutils.o': No such file or directory
rm: cannot remove `debug/helpdialog.o': No such file or directory
rm: cannot remove `debug/x2goclient.o': No such file or directory
rm: cannot remove `debug/moc_configdialog.o': No such file or directory
rm: cannot remove `debug/moc_editconnectiondialog.o': No such file or directory
rm: cannot remove `debug/moc_exportdialog.o': No such file or directory
rm: cannot remove `debug/moc_imgframe.o': No such file or directory
rm: cannot remove `debug/moc_onmainwindow.o': No such file or directory
rm: cannot remove `debug/moc_sessionbutton.o': No such file or directory
rm: cannot remove `debug/moc_sessionmanagedialog.o': No such file or directory
rm: cannot remove `debug/moc_sshmasterconnection.o': No such file or directory
rm: cannot remove `debug/moc_sshprocess.o': No such file or directory
rm: cannot remove `debug/moc_SVGFrame.o': No such file or directory
rm: cannot remove `debug/moc_userbutton.o': No such file or directory
rm: cannot remove `debug/moc_printprocess.o': No such file or directory
rm: cannot remove `debug/moc_cupsprintwidget.o': No such file or directory
rm: cannot remove `debug/moc_cupsprintersettingsdialog.o': No such file or directory
rm: cannot remove `debug/moc_printwidget.o': No such file or directory
rm: cannot remove `debug/moc_printercmddialog.o': No such file or directory
rm: cannot remove `debug/moc_printdialog.o': No such file or directory
rm: cannot remove `debug/moc_sessionwidget.o': No such file or directory
rm: cannot remove `debug/moc_connectionwidget.o': No such file or directory
rm: cannot remove `debug/moc_settingswidget.o': No such file or directory
rm: cannot remove `debug/moc_sharewidget.o': No such file or directory
rm: cannot remove `debug/moc_clicklineedit.o': No such file or directory
rm: cannot remove `debug/moc_httpbrokerclient.o': No such file or directory
rm: cannot remove `debug/moc_brokerpassdlg.o': No such file or directory
rm: cannot remove `debug/moc_contest.o': No such file or directory
rm: cannot remove `debug/moc_xsettingswidget.o': No such file or directory
rm: cannot remove `debug/moc_appdialog.o': No such file or directory
rm: cannot remove `debug/qrc_resources.o': No such file or directory
mingw32-make[1]: [clean] Error 1 (ignored)
rm debug/x2goclient_res.o
rm: cannot remove `debug/x2goclient_res.o': No such file or directory
mingw32-make[1]: [clean] Error 1 (ignored)
rm debug/x2goclient.exe
rm: cannot remove `debug/x2goclient.exe': No such file or directory
mingw32-make[1]: [distclean] Error 1 (ignored)
rm Makefile.Debug
mingw32-make[1]: Leaving directory `D:/Build/GIT/nightly/x2goclient'
rm Makefile
D:\Build\GIT\nightly\x2goclient>lrelease x2goclient.pro
D:/Qt/4.8.5/mkspecs/features/device_config.prf(13): Querying unknown property CROSS_COMPILEProject MESSAGE: if you want to build x2goplugin you should export X2GO_CLIENT_TARGET=pluginProject MESSAGE: building x2goclient x2goplugin for windows without ldap and cupsUpdating 'D:/Build/GIT/nightly/x2goclient/x2goclient_de.qm'...
Generated 534 translation(s) (532 finished and 2 unfinished)
Updating 'D:/Build/GIT/nightly/x2goclient/x2goclient_da.qm'...
Generated 534 translation(s) (534 finished and 0 unfinished)
Updating 'D:/Build/GIT/nightly/x2goclient/x2goclient_es.qm'...
Generated 534 translation(s) (532 finished and 2 unfinished)
Updating 'D:/Build/GIT/nightly/x2goclient/x2goclient_et.qm'...
Generated 534 translation(s) (348 finished and 186 unfinished)
Updating 'D:/Build/GIT/nightly/x2goclient/x2goclient_fi.qm'...
Generated 534 translation(s) (255 finished and 279 unfinished)
Updating 'D:/Build/GIT/nightly/x2goclient/x2goclient_ru.qm'...
Generated 534 translation(s) (532 finished and 2 unfinished)
Updating 'D:/Build/GIT/nightly/x2goclient/x2goclient_nl.qm'...
Generated 534 translation(s) (534 finished and 0 unfinished)
Updating 'D:/Build/GIT/nightly/x2goclient/x2goclient_nb_no.qm'...
Generated 534 translation(s) (532 finished and 2 unfinished)
Updating 'D:/Build/GIT/nightly/x2goclient/x2goclient_sv.qm'...
Generated 534 translation(s) (531 finished and 3 unfinished)
Updating 'D:/Build/GIT/nightly/x2goclient/x2goclient_fr.qm'...
Generated 252 translation(s) (205 finished and 47 unfinished)
Ignored 282 untranslated source text(s)
Updating 'D:/Build/GIT/nightly/x2goclient/x2goclient_zh_tw.qm'...
Generated 395 translation(s) (379 finished and 16 unfinished)
Ignored 139 untranslated source text(s)
D:\Build\GIT\nightly\x2goclient>set X2GO_CLIENT_TARGET=
D:\Build\GIT\nightly\x2goclient>qmake
RCC: Error in 'resources.rcc': Cannot find file 'txt/changelog'
RCC: Error in 'resources.rcc': Cannot find file 'txt/git'
RCC: Error in 'resources.rcc': Cannot find file 'txt/changelog'
RCC: Error in 'resources.rcc': Cannot find file 'txt/git'
Project MESSAGE: if you want to build x2goplugin you should export X2GO_CLIENT_TARGET=plugin
WARNING: d:\Build\GIT\nightly\x2goclient\x2goclient.pro:128: Unescaped backslashes are deprecated.
Project MESSAGE: building x2goclient for windows without ldap and cups
Project MESSAGE: if you want to build x2goplugin you should export X2GO_CLIENT_TARGET=plugin
WARNING: d:\Build\GIT\nightly\x2goclient\x2goclient.pro:128: Unescaped backslashes are deprecated.
Project MESSAGE: building x2goclient for windows without ldap and cups
Project MESSAGE: if you want to build x2goplugin you should export X2GO_CLIENT_TARGET=plugin
WARNING: d:\Build\GIT\nightly\x2goclient\x2goclient.pro:128: Unescaped backslashes are deprecated.
Project MESSAGE: building x2goclient for windows without ldap and cups
-------------- next part --------------
mingw32-make -f Makefile.Release
mingw32-make[1]: Entering directory `D:/Build/GIT/nightly/x2goclient'
d:/Qt/4.8.5/bin/uic.exe cupsprintsettingsdialog.ui -o ui_cupsprintsettingsdialog.h
d:/Qt/4.8.5/bin/uic.exe cupsprintwidget.ui -o ui_cupsprintwidget.h
d:/Qt/4.8.5/bin/uic.exe printdialog.ui -o ui_printdialog.h
d:/Qt/4.8.5/bin/uic.exe printercmddialog.ui -o ui_printercmddialog.h
d:/Qt/4.8.5/bin/uic.exe printwidget.ui -o ui_printwidget.h
d:/Qt/4.8.5/bin/uic.exe xsettingsui.ui -o ui_xsettingsui.h
d:/Qt/4.8.5/bin/uic.exe brokerpassdialog.ui -o ui_brokerpassdialog.h
d:/Qt/4.8.5/bin/uic.exe contest.ui -o ui_contest.h
d:/Qt/4.8.5/bin/uic.exe appdialog.ui -o ui_appdialog.h
d:/Qt/4.8.5/bin/uic.exe helpdialog.ui -o ui_helpdialog.h
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/sharewidget.o sharewidget.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/settingswidget.o settingswidget.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/configwidget.o configwidget.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/sessionwidget.o sessionwidget.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/connectionwidget.o connectionwidget.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/configdialog.o configdialog.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/editconnectiondialog.o editconnectiondialog.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/exportdialog.o exportdialog.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/imgframe.o imgframe.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/LDAPSession.o LDAPSession.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/onmainwindow.o onmainwindow.cpp
onmainwindow.cpp: In member function 'void ONMainWindow::slotCreateDesktopIcon(SessionButton*)':
onmainwindow.cpp:2070: warning: unused variable 'bShowTrayicon'
onmainwindow.cpp: At global scope:
onmainwindow.cpp:2381: warning: unused parameter 'showError'
onmainwindow.cpp: In member function 'void ONMainWindow::slotRetResumeSess(bool, QString, int)':
onmainwindow.cpp:5210: warning: deprecated conversion from string constant to 'char*'
onmainwindow.cpp: In static member function 'static bool ONMainWindow::isServerRunning(int)':
onmainwindow.cpp:9258: warning: missing braces around initializer for 'in_addr::<anonymous union>'
onmainwindow.cpp:9258: warning: missing braces around initializer for 'in_addr::<anonymous union>::<anonymous struct>'
onmainwindow.cpp:9258: warning: missing initializer for member 'in_addr::<anonymous union>::<anonymous struct>::s_b2'
onmainwindow.cpp:9258: warning: missing initializer for member 'in_addr::<anonymous union>::<anonymous struct>::s_b3'
onmainwindow.cpp:9258: warning: missing initializer for member 'in_addr::<anonymous union>::<anonymous struct>::s_b4'
onmainwindow.cpp: In member function 'virtual void WinServerStarter::run()':
onmainwindow.cpp:9502: warning: enumeration value 'PULSE' not handled in switch
onmainwindow.cpp: At global scope:
onmainwindow.cpp:10599: warning: unused parameter 'layout'
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/sessionbutton.o sessionbutton.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/sessionmanagedialog.o sessionmanagedialog.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/sshmasterconnection.o sshmasterconnection.cpp
sshmasterconnection.cpp: In member function 'void SshMasterConnection::checkReverseTunnelConnections()':
sshmasterconnection.cpp:308: warning: comparison between signed and unsigned integer expressions
sshmasterconnection.cpp: In member function 'void SshMasterConnection::channelLoop()':
sshmasterconnection.cpp:1423: warning: comparison between signed and unsigned integer expressions
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/sshprocess.o sshprocess.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/SVGFrame.o SVGFrame.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/userbutton.o userbutton.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/x2gologdebug.o x2gologdebug.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/printprocess.o printprocess.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/cupsprint.o cupsprint.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/cupsprintwidget.o cupsprintwidget.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/cupsprintersettingsdialog.o cupsprintersettingsdialog.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/printwidget.o printwidget.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/printercmddialog.o printercmddialog.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/printdialog.o printdialog.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/wapi.o wapi.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/clicklineedit.o clicklineedit.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/httpbrokerclient.o httpbrokerclient.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/ongetpass.o ongetpass.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/x2gosettings.o x2gosettings.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/brokerpassdlg.o brokerpassdlg.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/contest.o contest.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/xsettingswidget.o xsettingswidget.cpp
xsettingswidget.cpp:22: warning: unused parameter 'parent'
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/appdialog.o appdialog.cpp
appdialog.cpp: In member function 'void AppDialog::loadApps()':
appdialog.cpp:98: warning: enumeration value 'TOP' not handled in switch
appdialog.cpp:95: warning: 'parent' may be used uninitialized in this function
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/x2goutils.o x2goutils.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/helpdialog.o helpdialog.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/x2goclient.o x2goclient.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 configdialog.h -o release/moc_configdialog.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_configdialog.o release/moc_configdialog.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 editconnectiondialog.h -o release/moc_editconnectiondialog.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_editconnectiondialog.o release/moc_editconnectiondialog.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 exportdialog.h -o release/moc_exportdialog.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_exportdialog.o release/moc_exportdialog.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 imgframe.h -o release/moc_imgframe.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_imgframe.o release/moc_imgframe.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 onmainwindow.h -o release/moc_onmainwindow.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_onmainwindow.o release/moc_onmainwindow.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 sessionbutton.h -o release/moc_sessionbutton.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_sessionbutton.o release/moc_sessionbutton.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 sessionmanagedialog.h -o release/moc_sessionmanagedialog.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_sessionmanagedialog.o release/moc_sessionmanagedialog.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 sshmasterconnection.h -o release/moc_sshmasterconnection.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_sshmasterconnection.o release/moc_sshmasterconnection.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 sshprocess.h -o release/moc_sshprocess.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_sshprocess.o release/moc_sshprocess.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 SVGFrame.h -o release/moc_SVGFrame.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_SVGFrame.o release/moc_SVGFrame.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 userbutton.h -o release/moc_userbutton.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_userbutton.o release/moc_userbutton.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 printprocess.h -o release/moc_printprocess.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_printprocess.o release/moc_printprocess.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 cupsprintwidget.h -o release/moc_cupsprintwidget.cpp
cupsprintwidget.h:0: Note: No relevant classes found. No output generated.
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_cupsprintwidget.o release/moc_cupsprintwidget.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 cupsprintersettingsdialog.h -o release/moc_cupsprintersettingsdialog.cpp
cupsprintersettingsdialog.h:0: Note: No relevant classes found. No output generated.
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_cupsprintersettingsdialog.o release/moc_cupsprintersettingsdialog.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 printwidget.h -o release/moc_printwidget.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_printwidget.o release/moc_printwidget.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 printercmddialog.h -o release/moc_printercmddialog.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_printercmddialog.o release/moc_printercmddialog.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 printdialog.h -o release/moc_printdialog.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_printdialog.o release/moc_printdialog.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 sessionwidget.h -o release/moc_sessionwidget.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_sessionwidget.o release/moc_sessionwidget.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 connectionwidget.h -o release/moc_connectionwidget.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_connectionwidget.o release/moc_connectionwidget.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 settingswidget.h -o release/moc_settingswidget.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_settingswidget.o release/moc_settingswidget.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 sharewidget.h -o release/moc_sharewidget.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_sharewidget.o release/moc_sharewidget.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 clicklineedit.h -o release/moc_clicklineedit.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_clicklineedit.o release/moc_clicklineedit.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 httpbrokerclient.h -o release/moc_httpbrokerclient.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_httpbrokerclient.o release/moc_httpbrokerclient.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 brokerpassdlg.h -o release/moc_brokerpassdlg.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_brokerpassdlg.o release/moc_brokerpassdlg.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 contest.h -o release/moc_contest.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_contest.o release/moc_contest.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 xsettingswidget.h -o release/moc_xsettingswidget.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_xsettingswidget.o release/moc_xsettingswidget.cpp
D:/Qt/4.8.5/bin/moc.exe -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -D__GNUC__ -DWIN32 appdialog.h -o release/moc_appdialog.cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../../Qt/4.8.5/include/QtCore' -I'../../../../Qt/4.8.5/include/QtNetwork' -I'../../../../Qt/4.8.5/include/QtGui' -I'../../../../Qt/4.8.5/include/QtSvg' -I'../../../../Qt/4.8.5/include' -I'.' -I'../../../../Qt/4.8.5/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.8.5/mkspecs/win32-g++' -o release/moc_appdialog.o release/moc_appdialog.cpp
d:/Qt/4.8.5/bin/rcc.exe -name resources resources.rcc -o release/qrc_resources.cpp
RCC: Error in 'resources.rcc': Cannot find file 'txt/changelog'
mingw32-make[1]: *** [release/qrc_resources.cpp] Error 1
mingw32-make[1]: Leaving directory `D:/Build/GIT/nightly/x2goclient'
mingw32-make: *** [release] Error 2
More information about the x2go-dev
mailing list