Results 1 to 5 of 5

Thread: multiple defination

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Oct 2007
    Posts
    201
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    19
    Thanked 1 Time in 1 Post

    Default Re: multiple defination

    No i dont ve multiple entries in .pro file.

    .pro file contains the following

    ################################################## ####################
    # Automatically generated by qmake (2.01a) Wed Dec 12 09:18:52 2007
    ################################################## ####################

    INCLUDEPATH += ../include
    INCLUDEPATH += ../interface
    INLCUDEPATH += ../stubs
    DEFINES += FILESYSTEMSBFR_EXPORTS
    TEMPLATE = lib
    TARGET =
    DEPENDPATH += .
    INCLUDEPATH += .

    # Input
    HEADERS += TestLetzterDSLocal.h
    SOURCES += EBuLaException.cpp \
    LetzterDSLocal.cpp \
    StreamLocal.cpp \
    TestLetzterDSLocal.cpp \
    TestMain.cpp
    but im getting multilple defines to all the function, which i ve defined in stream file. nAnd its showing all the functions are defined in another file. but in actual its not defined .
    Last edited by jpn; 12th December 2007 at 10:55. Reason: reformatted to look better
    Cheers,
    Phillip



    --- Please post the solution you got to solve your problem. It may help others.

Similar Threads

  1. Object and multiple inheritance for interfaces
    By brcain in forum Qt Programming
    Replies: 8
    Last Post: 29th June 2021, 16:29
  2. mingw32-make : multiple target patterns error
    By tsemer in forum Installation and Deployment
    Replies: 2
    Last Post: 6th November 2007, 15:54
  3. Distributing multiple Qt applications?
    By gfunk in forum Qt Programming
    Replies: 5
    Last Post: 23rd August 2007, 18:41
  4. how to corss compile for windows in Linux
    By safknw in forum Qt Programming
    Replies: 24
    Last Post: 13th May 2006, 06:23
  5. Replies: 25
    Last Post: 15th January 2006, 01:53

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.