Skip to content

Commit a7f9ee1

Browse files
committed
1.0.1 version
1 parent d0e758c commit a7f9ee1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

UdpMidiTest.pro

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1919
# THE SOFTWARE.
2020

21-
PRODUCT_VERSION = 1.0.0
21+
PRODUCT_VERSION = 1.0.1
2222

2323
QT += core gui network xml svg
2424

@@ -62,6 +62,7 @@ FORMS += \
6262

6363
LIBS += -lwinmm
6464

65+
RESOURCES += vkey/pianokeybd.qrc
6566

6667
isEmpty(TARGET_EXT) {
6768
win32 {
@@ -90,5 +91,3 @@ CONFIG( release , debug | release) {
9091
QMAKE_POST_LINK += $$escape_expand(\\n\\t) $${DEPLOY_INSTALLER}
9192
}
9293

93-
RESOURCES += \
94-
vkey/pianokeybd.qrc

0 commit comments

Comments
 (0)