Skip to content

Commit ed44ed7

Browse files
committed
rename pro-file, replace qpm by qpmx
1 parent 59e902c commit ed44ed7

File tree

5 files changed

+23
-14
lines changed

5 files changed

+23
-14
lines changed
File renamed without changes.

src/3rdparty/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/3rdparty/qpm.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/autoupdatergui/autoupdatergui.pro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ win32 {
1212
}
1313

1414
include(./translations/translations.pri)
15-
include(../3rdparty/vendor/vendor.pri)
1615

1716
HEADERS += \
1817
updatebutton_p.h \
@@ -51,3 +50,6 @@ win32 {
5150
} else:mac {
5251
QMAKE_TARGET_BUNDLE_PREFIX = "de.skycoder42."
5352
}
53+
54+
!ReleaseBuild:!DebugBuild:!system(qpmx -d $$shell_quote($$_PRO_FILE_PWD_) --qmake-run init $$QPMX_EXTRA_OPTIONS $$shell_quote($$QMAKE_QMAKE) $$shell_quote($$OUT_PWD)): error(qpmx initialization failed. Check the compilation log for details.)
55+
else: include($$OUT_PWD/qpmx_generated.pri)

src/autoupdatergui/qpmx.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"dependencies": [
3+
{
4+
"package": "de.skycoder42.dialog-master",
5+
"provider": "qpm",
6+
"version": "1.3.2"
7+
}
8+
],
9+
"license": {
10+
"file": "",
11+
"name": ""
12+
},
13+
"prcFile": "",
14+
"priFile": "",
15+
"priIncludes": [
16+
],
17+
"publishers": {
18+
},
19+
"source": false
20+
}

0 commit comments

Comments
 (0)