-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathfile-commander.pro
More file actions
21 lines (13 loc) · 948 Bytes
/
file-commander.pro
File metadata and controls
21 lines (13 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE = subdirs
SUBDIRS = qt_app qtutils text_encoding_detector file_commander_core autoupdater cpputils image-processing cpp-template-utils thin_io textviewerplugin imageviewerplugin filecomparisonplugin
autoupdater.subdir = github-releases-autoupdater
text_encoding_detector.subdir = text-encoding-detector/text-encoding-detector
imageviewerplugin.subdir = plugins/viewer/imageviewer
imageviewerplugin.depends = file_commander_core image-processing qtutils
textviewerplugin.subdir = plugins/viewer/textviewer
textviewerplugin.depends = file_commander_core text_encoding_detector qtutils
filecomparisonplugin.subdir = plugins/tools/filecomparisonplugin
filecomparisonplugin.depends = qtutils file_commander_core
file_commander_core.subdir = file-commander-core
qt_app.subdir = qt-app
qt_app.depends = file_commander_core qtutils imageviewerplugin textviewerplugin autoupdater image-processing filecomparisonplugin