Results 1 to 20 of 24

Thread: Compiling error with wwWidtes.qt 4.6.2

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2009
    Posts
    27
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Question Compiling error with wwWidtes.qt 4.6.2

    Hello all!
    i build wwwidgets like this :
    qmake -spec win32-g++ -r CONFIG+=release,
    Mingw32-make-install.
    and now i got a problem with compiling simple project with wwWidgets :
    .pro
    TEMPLATE = app
    SOURCES += main.cpp
    CONFIG += wwwidgets
    Qt Code:
    1. #include <QtGui/QApplication>
    2. #include <QwwTwoColorIndicator>
    3.  
    4. int main(int argc, char *argv[])
    5. {
    6. QApplication a(argc, argv);
    7. QwwTwoColorIndicator id;
    8. id.show();
    9. return a.exec();
    10. }
    To copy to clipboard, switch view to plain text mode 

    buildind in release. So, i got error message :
    testWWW/../../Qt/include/wwWidgets/qwwtwocolorindicator.h:21: undefined reference to `QwwPrivatable::~QwwPrivatable()'
    But QwwPrivatable is defined in #include <wwglobal.h> witch is including in all qww classes.
    Why is happening and what i'am doing wrong?
    Because every example coming with wwWidgets is compiling, cleaning and re-building and qmake'ing as well, as normal project.
    Last edited by Andrewshkovskii; 19th May 2010 at 18:12.

Similar Threads

  1. Error in compiling
    By Tarun in forum Qt-based Software
    Replies: 1
    Last Post: 3rd February 2010, 14:04
  2. error while compiling ....
    By sh123 in forum Qt Programming
    Replies: 2
    Last Post: 13th December 2008, 07:23
  3. Replies: 1
    Last Post: 25th October 2008, 19:18
  4. i always get an error when compiling Qt4.4.0
    By mismael85 in forum Installation and Deployment
    Replies: 9
    Last Post: 21st July 2008, 14:08
  5. Error when compiling with x86-64
    By atm in forum Installation and Deployment
    Replies: 2
    Last Post: 28th July 2006, 16:41

Tags for this Thread

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.