Results 1 to 10 of 10

Thread: Compiling problem

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2010
    Location
    Moscow
    Posts
    31
    Thanks
    6
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Compiling problem

    Quote Originally Posted by faldżip View Post
    You have to add snaphu.c to your SOURCES
    The file is included in the project if I get you correctly.

  2. #2
    Join Date
    Jan 2008
    Location
    Poland
    Posts
    687
    Thanks
    4
    Thanked 140 Times in 132 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Compiling problem

    Quote Originally Posted by Astrologer View Post
    The file is included in the project if I get you correctly.
    Show us your .pro file.
    I would like to be a "Guru"

    Useful hints (try them before asking):
    1. Use Qt Assistant
    2. Search the forum

    If you haven't found solution yet then create new topic with smart question.

  3. #3
    Join Date
    Apr 2010
    Location
    Moscow
    Posts
    31
    Thanks
    6
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Compiling problem

    .Pro file :
    Qt Code:
    1. # -------------------------------------------------
    2. # Project created by QtCreator 2010-05-10T13:27:26
    3. # -------------------------------------------------
    4. TARGET = QWrap
    5. TEMPLATE = app
    6. SOURCES += main.cpp \
    7. qwrap.cpp \
    8. snaphu_src/snaphu_util.c \
    9. snaphu_src/snaphu_tile.c \
    10. snaphu_src/snaphu_solver.c \
    11. snaphu_src/snaphu_io.c \
    12. snaphu_src/snaphu_cs2parse.c \
    13. snaphu_src/snaphu_cs2.c \
    14. snaphu_src/snaphu_cost.c \
    15. snaphu_src/snaphu.c
    16. HEADERS += qwrap.h \
    17. snaphu_src/snaphu.h \
    18. snaphu_src/snaphu_cs2types.h
    19. FORMS += qwrap.ui
    To copy to clipboard, switch view to plain text mode 

Similar Threads

  1. Problem compiling Qt 4.6
    By dentharg in forum Installation and Deployment
    Replies: 0
    Last Post: 8th December 2009, 07:32
  2. problem compiling
    By mesman00 in forum Qt Programming
    Replies: 2
    Last Post: 13th August 2009, 19:49
  3. Problem with compiling
    By jeanrl in forum Installation and Deployment
    Replies: 5
    Last Post: 24th March 2009, 17:15
  4. Problem in compiling
    By ja_sapienza in forum Qt Programming
    Replies: 7
    Last Post: 11th July 2008, 15:10
  5. xlC V9 problem compiling Qt 3.3.8
    By kevinm in forum Installation and Deployment
    Replies: 0
    Last Post: 8th April 2008, 20:23

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
  •  
Qt is a trademark of The Qt Company.