diff options
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
-rw-r--r-- | utils/themeeditor/themeeditor.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 5b1ab34ca2..9bc78149d2 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -1,3 +1,10 @@ +# build in a separate folder. +MYBUILDDIR = $$OUT_PWD/build/ +OBJECTS_DIR = $$MYBUILDDIR/o +UI_DIR = $$MYBUILDDIR/ui +MOC_DIR = $$MYBUILDDIR/moc +RCC_DIR = $$MYBUILDDIR/rcc + HEADERS += tag_table.h \ symbols.h \ skin_parser.h \ |