summaryrefslogtreecommitdiff
path: root/tests/projects/qt/quickplugin
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2022-06-10 17:25:44 +0200
committerArthur LAURENT <[email protected]>2022-06-10 18:46:53 +0200
commit4331ffcbbb032102f16b0a7516c690b64516e824 (patch)
treee436d46e93df69e103bb694f76a0c946d104e897 /tests/projects/qt/quickplugin
parent400d06537eb5271264a7d7e47b7433da4e854d42 (diff)
Apply PR suggestions
Diffstat (limited to 'tests/projects/qt/quickplugin')
-rw-r--r--tests/projects/qt/quickplugin/xmake.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/projects/qt/quickplugin/xmake.lua b/tests/projects/qt/quickplugin/xmake.lua
index 8b20240e0..afd4cc59b 100644
--- a/tests/projects/qt/quickplugin/xmake.lua
+++ b/tests/projects/qt/quickplugin/xmake.lua
@@ -5,8 +5,4 @@ target("demo")
add_headerfiles("src/*.h")
add_files("src/*.cpp")
- if is_plat("windows") then
- add_cxxflags("/permissive-")
- end
-
set_values("qt.qmlplugin.import_name", "My.Plugin") \ No newline at end of file