forked from markus/S_New4
commit on windows
This commit is contained in:
parent
64f362c6f7
commit
de3dc9c825
@ -1,8 +1,10 @@
|
||||
QT -= gui
|
||||
|
||||
LIBS += -lcurl
|
||||
#LIBS += -LC:\Users\Markus\Desktop\S_New4\S_New4\curl -lcurl
|
||||
#LIBS += -L/home/markus/Qt/S_New4/curl -lcurl
|
||||
#Linux:
|
||||
#LIBS += -lcurl
|
||||
|
||||
#Windows
|
||||
LIBS += -L$${_PRO_FILE_PWD_}\curl -lcurl
|
||||
|
||||
|
||||
CONFIG += c++11 console
|
||||
|
@ -1003,6 +1003,7 @@ std::string getexepath()
|
||||
memset( CharArray, 0, MAX_PATH + 1);
|
||||
GetModuleFileName( nullptr, buffer, MAX_PATH );
|
||||
wcstombs(CharArray, buffer, MAX_PATH + 1);
|
||||
return CharArray;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user