aboutsummaryrefslogtreecommitdiff
path: root/GuiTest/settings.gradle
diff options
context:
space:
mode:
authorFalkreon <falkreon@gmail.com>2019-08-25 21:38:11 -0500
committerFalkreon <falkreon@gmail.com>2019-08-25 21:38:11 -0500
commitc365433e34bdd95e83740a5af6a3338444a3540a (patch)
tree8ecabd4ee8dacc31ae5237094dd85f82108b30ab /GuiTest/settings.gradle
parent2ae4c11c84ad90031b0fd32e011c49849352bcc5 (diff)
downloadLibGui-c365433e34bdd95e83740a5af6a3338444a3540a.tar.gz
LibGui-c365433e34bdd95e83740a5af6a3338444a3540a.tar.bz2
LibGui-c365433e34bdd95e83740a5af6a3338444a3540a.zip
More gui test, fix slot offsets, tooltips, and button hovers
Diffstat (limited to 'GuiTest/settings.gradle')
-rw-r--r--GuiTest/settings.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/GuiTest/settings.gradle b/GuiTest/settings.gradle
index 5b60df3..55a4710 100644
--- a/GuiTest/settings.gradle
+++ b/GuiTest/settings.gradle
@@ -8,3 +8,6 @@ pluginManagement {
gradlePluginPortal()
}
}
+
+include ":LibGUI"
+project(":LibGUI").projectDir = file("../") \ No newline at end of file