qt-test: add Qt resources file

Test rcc tool
This commit is contained in:
Boris Nagaev 2015-09-13 18:27:13 +01:00
parent a65e97c541
commit 6004e1e00a
2 changed files with 6 additions and 0 deletions

View File

@ -7,3 +7,4 @@ QT += network sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
SOURCES += qt-test.cpp
FORMS += qt-test.ui
RESOURCES += qt-test.qrc

5
src/qt-test.qrc Normal file
View File

@ -0,0 +1,5 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>qt.mk</file>
</qresource>
</RCC>