Sfoglia il codice sorgente

Static builds should clearly have compiled in resources

Donald Carr 7 anni fa
parent
commit
d4f915243e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/src.pro

+ 1 - 0
src/src.pro

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