add testing for platform

This commit is contained in:
Markus
2019-08-22 14:43:43 +02:00
parent de3dc9c825
commit eea64c60f1

View File

@ -1,10 +1,10 @@
QT -= gui
#Linux:
#LIBS += -lcurl
unix: LIBS += -lcurl
#Windows
LIBS += -L$${_PRO_FILE_PWD_}\curl -lcurl
win32: LIBS += -L$${_PRO_FILE_PWD_}\curl -lcurl
CONFIG += c++11 console