Skip to content

Commit

Permalink
fix static build
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 17, 2015
1 parent 5f1e009 commit 620ddf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(APPNAME "i-score")
set(ISCORE_VERSION_MAJOR 1)
set(ISCORE_VERSION_MINOR 0)
set(ISCORE_VERSION_PATCH 0)
set(ISCORE_VERSION_EXTRA a26)
set(ISCORE_VERSION_EXTRA a27)
set(ISCORE_CODENAME "Koujoukoujoukou")
set(ISCORE_VERSION "${ISCORE_VERSION_MAJOR}.${ISCORE_VERSION_MINOR}.${ISCORE_VERSION_PATCH}-${ISCORE_VERSION_EXTRA}")

Expand Down
2 changes: 2 additions & 0 deletions base/app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ int main(int argc, char** argv)
Q_INIT_RESOURCE(iscore);
Q_INIT_RESOURCE(ScenarioResources);
Q_INIT_RESOURCE(AutomationResources);
#if defined(ISCORE_PLUGIN_MAPPING)
Q_INIT_RESOURCE(MappingResources);
#endif
Q_INIT_RESOURCE(DeviceExplorer);
#endif
#if defined(ISCORE_OPENGL)
Expand Down

0 comments on commit 620ddf9

Please sign in to comment.