瀏覽代碼

removed backgroud image

fiffty-50 4 年之前
父節點
當前提交
f06e779bdb
共有 3 個文件被更改,包括 2 次插入8 次删除
  1. 2 3
      openLog.pro
  2. 二進制
      themes/images/background_gradient.png
  3. 0 5
      themes/images/images.qrc

+ 2 - 3
openLog.pro

@@ -7,15 +7,14 @@ CONFIG += c++11
 TARGET = openLog
 
 RESOURCES = themes/breeze.qrc \
-    themes/icons/icons.qrc \
-    themes/images/images.qrc
+    themes/icons/icons.qrc
 
 # The following define makes your compiler emit warnings if you use
 # any Qt feature that has been marked deprecated (the exact warnings
 # depend on your compiler). Please consult the documentation of the
 # deprecated API in order to know how to port your code away from it.
 DEFINES += QT_DEPRECATED_WARNINGS
-DEFINES *= QT_USE_QSTRINGBUILDER # more efficient use of string concatenation
+#DEFINES *= QT_USE_QSTRINGBUILDER # more efficient use of string concatenation
 
 # You can also make your code fail to compile if it uses deprecated APIs.
 # In order to do so, uncomment the following line.

二進制
themes/images/background_gradient.png


+ 0 - 5
themes/images/images.qrc

@@ -1,5 +0,0 @@
-<RCC>
-    <qresource prefix="/">
-        <file>background_gradient.png</file>
-    </qresource>
-</RCC>