IMAGES = images/search.png \ images/users.png \ images/update.png \ images/tools.png \ images/exit.png \
pushButtonFilterUpdate = new QPushButton( groupBoxFilter, "pushButtonFilterUpdate" );pushButtonFilterUpdate->setIconSet( QIconSet( QPixmap::fromMimeSource( "update.png" ) ) );
pushButtonFilterUpdate->setIconSet( QIconSet( QPixmap::fromMimeSource( "update.png" ) ) );
pushButtonFilterUpdate->setIconSet( QIconSet( QPixmap::fromMimeSource( "images/update.png" ) ) );
IMAGES += ./images/update.png \...
// images\update.pngstatic const unsigned char image_12_data[] = { 0x00,0x00,0x07,0x90,0x78,0x9c,0x95,0x95,0x7d,0x4c,0x93,0x57,0x14,0xc6, 0xcb,0x50,0x41,0x90,0x80,0x50,0x44,0xb0,0x08,0xed,0x60,0x52,0xac,0x54,
F:\Programming\qt\QCiscoFW>qmakeF:\Programming\qt\QCiscoFW>nmakeMicrosoft (R) Program Maintenance Utility Version 7.10.3077Copyright (C) Microsoft Corporation. All rights reserved. C:\Qt\3.3.4\bin\uic.exe mainform.ui -o mainform.h C:\Qt\3.3.4\bin\uic.exe mainform.ui -i mainform.h -o mainform.cpp C:\Qt\3.3.4\bin\moc.exe mainform.h -o moc_mainform.cpp cl -c -nologo -Zm200 -W3 -w34100 -w34189 -MD -O1 -DUNICODE -DWIN32 -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG -I"C:\Qt\3.3.4\include" -I"." -I"C:\Qt\3.3.4\mkspecs\win32-msvc.net" -Fo @C:\DOCUME~1\art\LOCALS~1\Temp\nm830.tmpmainform.cppmoc_mainform.cppGenerating Code... link /NOLOGO /DELAYLOAD:comdlg32.dll /DELAYLOAD:oleaut32.dll /DELAYLOAD:winmm.dll /DELAYLOAD:wsock32.dll /DELAYLOAD:winspool.dll /SUBSYSTEM:WINDOWS /LIBPATH:"C:\Qt\3.3.4\lib" /OUT:QCiscoFW.exe @C:\DOCUME~1\art\LOCALS~1\Temp\nm831.tmpLINK : warning LNK4199: /DELAYLOAD:comdlg32.dll ignored; no imports found from comdlg32.dllLINK : warning LNK4199: /DELAYLOAD:oleaut32.dll ignored; no imports found from oleaut32.dllLINK : warning LNK4199: /DELAYLOAD:winmm.dll ignored; no imports found from winmm.dllLINK : warning LNK4199: /DELAYLOAD:wsock32.dll ignored; no imports found from wsock32.dllLINK : warning LNK4199: /DELAYLOAD:winspool.dll ignored; no imports found from winspool.dllqtmain.lib(qtmain_win.obj) : error LNK2019: unresolved external symbol _main referenced in function _WinMain@16QCiscoFW.exe : fatal error LNK1120: 1 unresolved externalsNMAKE : fatal error U1077: 'link' : return code '0x460'Stop.F:\Programming\qt\QCiscoFW>
TEMPLATE = appLANGUAGE = C++CONFIG += qt warn_onFORMS = mainform.uiIMAGES += images/qciscofw.png \ images/search.png \ images/users.png \ images/update.png \ images/tools.png \ images/exit.png \ images/icq_connecting.mng# ----------------------------------------------------------# Project generated by QMsNet v1.0.0# Template used: Basic Application# Template version: 1.1# ----------------------------------------------------------TARGET = QCiscoFWunix { UI_DIR = .ui MOC_DIR = .moc OBJECTS_DIR = .obj}