diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-01-11 22:04:31 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-01-11 22:04:31 +0100 |
commit | 0886786bb56e1ebfb53716127fd3ff0366e9a9f3 (patch) | |
tree | 4c65561d1e3b394a834e69a77df1243bd2d2c5f1 /CMakeLists.txt | |
parent | 1151037f968628cd659f06457f9ca7403f77f071 (diff) | |
download | PrismLauncher-0886786bb56e1ebfb53716127fd3ff0366e9a9f3.tar.gz PrismLauncher-0886786bb56e1ebfb53716127fd3ff0366e9a9f3.tar.bz2 PrismLauncher-0886786bb56e1ebfb53716127fd3ff0366e9a9f3.zip |
GH-721 Redo internal NetJob implementation.
NetJob is now using its own task queue and does not start more than 6 actions at the same time
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 145a519a..c26f57e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -478,6 +478,9 @@ SET(MULTIMC_SOURCES logic/OneSixInstance.h logic/OneSixInstance.cpp + # a smart pointer wrapper intended for safer use with Qt signal/slot mechanisms + logic/QObjectPtr.h + # Common utils for instances logic/JarUtils.h logic/JarUtils.cpp |