Results 1 to 6 of 6

Thread: nmake error during .pro compiling

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2007
    Location
    Italy
    Posts
    172
    Thanks
    39
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default nmake error during .pro compiling

    Hi,
    I tried to install Qt 4.4.0 under windows XP, I thought I did it in the right way but I'm not able to compile, for example, if I try to compile the project in "examples\dialogs\sipdialog\" I get this error:
    Qt Code:
    1. sipdialog.pro(6): fatal error U1001: syntax error: character '.' not valid in the marco
    To copy to clipboard, switch view to plain text mode 
    i compiled it with "nmake sipdialog.pro".
    Thanks so much!

    Qt Code:
    1. HEADERS = dialog.h
    2. SOURCES = main.cpp \
    3. dialog.cpp
    4.  
    5. # install
    6. target.path = $$[QT_INSTALL_EXAMPLES]/dialogs/sipdialog
    7. sources.files = $$SOURCES $$HEADERS *.pro
    8. sources.path = $$[QT_INSTALL_EXAMPLES]/dialogs/sipdialog
    9. INSTALLS += target sources
    10. wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib
    To copy to clipboard, switch view to plain text mode 
    Last edited by mattia; 18th June 2008 at 08:49. Reason: attached .pro file

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.