Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make error #83

Closed
quiricada opened this issue Apr 9, 2020 · 2 comments
Closed

make error #83

quiricada opened this issue Apr 9, 2020 · 2 comments

Comments

@quiricada
Copy link

Linux lenovox 5.4.31 #1 SMP Wed Apr 8 13:51:46 CDT 2020 x86_64 Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz GenuineIntel GNU/Linux

slackware64-current

make
cd MSHttpRequest/ && make -f Makefile
make[1]: Entering directory '/home/db/Downloads/CloudCross-master/build/MSHttpRequest'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I../../MSHttpRequest -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include -I. -I../../MSHttpRequest -I. -o main.o ../../MSHttpRequest/main.cpp
../../MSHttpRequest/main.cpp: In function ‘int main(int, char**)’:
../../MSHttpRequest/main.cpp:68:20: error: ‘QStringLiteral’ was not declared in this scope; did you mean ‘QStringList’?
68 | req->addHeader(QStringLiteral("My-Testing_header"),QStringLiteral("test_header/content"));
| ^~~~~~~~~~~~~~
| QStringList
make[1]: *** [Makefile:250: main.o] Error 1
make[1]: Leaving directory '/home/db/Downloads/CloudCross-master/build/MSHttpRequest'
make: *** [Makefile:41: sub-MSHttpRequest-MSHttpRequest-pro-make_default] Error 2

@MasterSoft24
Copy link
Owner

What a Qt version you use?

@MasterSoft24
Copy link
Owner

Need more info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants