Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /Downloads/lycis-QtDropbox/tests/\" -DQT_NO_DEBUG -DQT_TESTLIB_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtTest -I/usr/include/qt4 -Iqtdropbox -I../qtdropbox -I. -o qtdropboxtest.o qtdropboxtest.cpp
- qtdropboxtest.cpp:204:22: warning: character constant too long for its type [enabled by default]
- qtdropboxtest.cpp:204:40: warning: character constant too long for its type [enabled by default]
- qtdropboxtest.cpp: In member function ‘void QtDropboxTest::dropboxCase1()’:
- qtdropboxtest.cpp:204:57: error: invalid conversion from ‘int’ to ‘const char*’ [-fpermissive]
- In file included from /usr/include/qt4/QtCore/qobject.h:48:0,
- from /usr/include/qt4/QtCore/qfactoryinterface.h:45,
- from /usr/include/qt4/QtCore/QtCore:3,
- from /usr/include/qt4/QtTest/QtTest:3,
- from qtdropboxtest.hpp:4,
- from qtdropboxtest.cpp:1:
- /usr/include/qt4/QtCore/qstring.h:419:43: error: initializing argument 1 of ‘QString::QString(const char*)’ [-fpermissive]
- qtdropboxtest.cpp:204:57: error: invalid conversion from ‘int’ to ‘const char*’ [-fpermissive]
- In file included from /usr/include/qt4/QtCore/qobject.h:48:0,
- from /usr/include/qt4/QtCore/qfactoryinterface.h:45,
- from /usr/include/qt4/QtCore/QtCore:3,
- from /usr/include/qt4/QtTest/QtTest:3,
- from qtdropboxtest.hpp:4,
- from qtdropboxtest.cpp:1:
- /usr/include/qt4/QtCore/qstring.h:419:43: error: initializing argument 1 of ‘QString::QString(const char*)’ [-fpermissive]
- make: *** [qtdropboxtest.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement