mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-13 18:30:02 +01:00
added dylib
This commit is contained in:
@@ -7,8 +7,10 @@ void add_directory(QDir &cdir, std::vector<std::string> &files) {
|
||||
QFileInfoList list = cdir.entryInfoList();
|
||||
int pos = 0;
|
||||
QString platform;
|
||||
#if defined(__linux__) || defined(__APPLE__)
|
||||
#if defined(__linux__)
|
||||
platform = ".so";
|
||||
#elif defined(__APPLE__)
|
||||
platform = ".dylib";
|
||||
#else
|
||||
platform = ".dll";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user