aboutsummaryrefslogtreecommitdiffstats
path: root/src/libexec/qbs-javac-scan/qbs-javac-scan.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexec/qbs-javac-scan/qbs-javac-scan.qbs')
-rw-r--r--src/libexec/qbs-javac-scan/qbs-javac-scan.qbs19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/libexec/qbs-javac-scan/qbs-javac-scan.qbs b/src/libexec/qbs-javac-scan/qbs-javac-scan.qbs
deleted file mode 100644
index dc9aab8f4..000000000
--- a/src/libexec/qbs-javac-scan/qbs-javac-scan.qbs
+++ /dev/null
@@ -1,19 +0,0 @@
-import qbs
-
-JavaJarFile {
- condition: project.enableJava
-
- property string entryPoint: "io.qt.qbs.tools.JavaCompilerScannerTool"
-
- destinationDirectory: project.libexecInstallDir
-
- Group {
- fileTagsFilter: ["java.jar"]
- qbs.install: true
- qbs.installDir: project.libexecInstallDir
- }
-
- files: [
- "io/qt/qbs/**/*.java"
- ]
-}