(C++) Wt with Qt under Qt Creator under Lubuntu

January 25, 2018 · View on GitHub

 

 

 

 

 

(C++) WtQtQt CreatorLubuntu Wt with Qt under Qt Creator under Lubuntu

 

Wt with Qt under Qt Creator under Lubuntu does not appear to work: it results in a runtime error.

 

 

 

 

 

 

Technical facts

 

Application type(s)

Operating system(s) or programming environment(s)

IDE(s):

Project type:

C++ standard:

Compiler(s):

Libraries used:

  • Boost Boost: version 1.42
  • Qt Qt: version 4.7.2 (32 bit)
  • STL STL: GNU ISO C++ Library, version 4.5.2
  • Wt Wt: version 3.1.9

 

 

 

 

 

Qt project file: CppWtWithQt.pro

 


#------------------------------------------------- # # Project created by QtCreator 2010-12-29T21:57:10 # #------------------------------------------------- QT       += core QT       -= gui INCLUDEPATH += lib LIBS += -lwt -lwthttp QMAKE_CXXFLAGS += -DNDEBUG TARGET = CppWtWithQt CONFIG   += console CONFIG   -= app_bundle TEMPLATE = app SOURCES += hello.cpp \     QtObject.cpp \     lib/WQApplication.cpp \     lib/DispatchThread.cpp HEADERS += \     QtObject.h \     HelloApplication.h \     lib/WQApplication.h \     lib/DispatchThread.h

 

 

 

 

 

HelloApplication.h

 


 

 

 

 

 

QtObject.cpp

 


 

 

 

 

 

QtObject.h

 


 

 

 

 

 

hello.cpp

 


 

 

 

 

 

lib/DispatchThread.cpp

 


 

 

 

 

 

lib/DispatchThread.h

 


 

 

 

 

 

lib/WQApplication.cpp

 


 

 

 

 

 

lib/WQApplication.h