summaryrefslogtreecommitdiffstats
path: root/basicsuite/launchersettings/launchersettings.pro
blob: 33d1882bbd6fe840a897b7213a101a4091e83799 (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET = launchersettings

include(../shared/shared.pri)
b2qtdemo_deploy_defaults()

content.files = *.qml
content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content