diff options
Diffstat (limited to 'tests/projects/qt_shared_library/xmake.lua')
| -rw-r--r-- | tests/projects/qt_shared_library/xmake.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/projects/qt_shared_library/xmake.lua b/tests/projects/qt_shared_library/xmake.lua index f858b266c..7fb713393 100644 --- a/tests/projects/qt_shared_library/xmake.lua +++ b/tests/projects/qt_shared_library/xmake.lua @@ -17,3 +17,5 @@ target("qt_demo") -- add defines add_defines("QT_DEMO_LIBRARY") + -- add frameworks + add_frameworks("QtGui", "QtCore") |
