diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-15 23:42:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-15 23:42:45 +0300 |
commit | 17e14e2d369e08d7300870fa592c5eac6e5e27ec (patch) | |
tree | 3bb8da0254118a7f1b217abcfa02cb9fc2ec7c48 /src/CMakeLists.txt | |
parent | 628c14231ce3a1b88ce6082cffc234d2a59df60a (diff) | |
download | plus-17e14e2d369e08d7300870fa592c5eac6e5e27ec.tar.gz plus-17e14e2d369e08d7300870fa592c5eac6e5e27ec.tar.bz2 plus-17e14e2d369e08d7300870fa592c5eac6e5e27ec.tar.xz plus-17e14e2d369e08d7300870fa592c5eac6e5e27ec.zip |
Move opengllistmodel into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 67db760fe..92997a270 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -201,6 +201,7 @@ SET(SRCS gui/models/modelistmodel.h gui/models/namesmodel.cpp gui/models/namesmodel.h + gui/models/opengllistmodel.h gui/models/playerrelationlistmodel.h gui/models/playertablemodel.cpp gui/models/playertablemodel.h |