summaryrefslogtreecommitdiff
path: root/tests/projects/qt_shared_library
diff options
context:
space:
mode:
authorruki <[email protected]>2018-04-17 00:29:59 +0800
committerruki <[email protected]>2018-04-16 20:59:58 +0800
commit811bda9a12d7cecfaac97f2ab9943daa4e627396 (patch)
tree4da40a60fb6ffc7202bf54a22cda561da1ed458c /tests/projects/qt_shared_library
parent05f1e2189edb9cdab244a19f170bbccf1938c90e (diff)
improve qt rules
Diffstat (limited to 'tests/projects/qt_shared_library')
-rw-r--r--tests/projects/qt_shared_library/xmake.lua2
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")