diff options
| author | ruki <[email protected]> | 2018-05-09 00:45:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-05-08 22:31:12 +0800 |
| commit | 83b637ffca0600b44396621d4ae9d03ac6655e75 (patch) | |
| tree | 2be9e912926b0834db2408a94074bab04eabba34 /tests | |
| parent | b9b5248e49194343fb1807f865770db8b79d5853 (diff) | |
fix load rule bug
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/qt/quickapp/src/qml.qrc | 2 | ||||
| -rw-r--r-- | tests/projects/qt/widgetapp/src/mainwindow.h | 2 | ||||
| -rw-r--r-- | tests/projects/qt/widgetapp/src/mainwindow.ui | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/projects/qt/quickapp/src/qml.qrc b/tests/projects/qt/quickapp/src/qml.qrc index 5f6483ac3..ca3fce67a 100644 --- a/tests/projects/qt/quickapp/src/qml.qrc +++ b/tests/projects/qt/quickapp/src/qml.qrc @@ -1,4 +1,4 @@ -<RCC> +<RCC> <qresource prefix="/"> <file>main.qml</file> </qresource> diff --git a/tests/projects/qt/widgetapp/src/mainwindow.h b/tests/projects/qt/widgetapp/src/mainwindow.h index a3948a917..8e06f4918 100644 --- a/tests/projects/qt/widgetapp/src/mainwindow.h +++ b/tests/projects/qt/widgetapp/src/mainwindow.h @@ -1,6 +1,6 @@ #ifndef MAINWINDOW_H #define MAINWINDOW_H - + #include <QMainWindow> namespace Ui { diff --git a/tests/projects/qt/widgetapp/src/mainwindow.ui b/tests/projects/qt/widgetapp/src/mainwindow.ui index 6050363fa..1c59b695e 100644 --- a/tests/projects/qt/widgetapp/src/mainwindow.ui +++ b/tests/projects/qt/widgetapp/src/mainwindow.ui @@ -1,4 +1,4 @@ -<ui version="4.0"> +<ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow" > <property name="geometry" > |
