浏览代码

Static builds should clearly have compiled in resources

Donald Carr 7 年之前
父节点
当前提交
d4f915243e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/src.pro

+ 1 - 0
src/src.pro

@@ -13,6 +13,7 @@ box2d {
 }
 }
 
 
 contains(QT_CONFIG, static) {
 contains(QT_CONFIG, static) {
+    CONFIG += compiledResources
     DEFINES += STATIC_BUILD
     DEFINES += STATIC_BUILD
     QTPLUGIN += windowplugin \
     QTPLUGIN += windowplugin \
                 qtquick2plugin \
                 qtquick2plugin \