diff options
| author | 2023-10-01 22:11:23 -0400 | |
|---|---|---|
| committer | 2023-10-01 22:11:23 -0400 | |
| commit | d34bb25414f6887dd788a4f817b4da903570e66a (patch) | |
| tree | 1cdc476a865646ce9f383a5c2b59e4c445aeb1e9 /qt5gtk2.pri | |
Import Upstream version 0.8upstream/0.8
Diffstat (limited to 'qt5gtk2.pri')
| -rw-r--r-- | qt5gtk2.pri | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/qt5gtk2.pri b/qt5gtk2.pri new file mode 100644 index 0000000..7e3e516 --- /dev/null +++ b/qt5gtk2.pri @@ -0,0 +1,14 @@ +#Some conf to redirect intermediate stuff in separate dirs +UI_DIR=./.build/ui/ +MOC_DIR=./.build/moc/ +OBJECTS_DIR=./.build/obj +RCC_DIR=./.build/rcc + +CONFIG += hide_symbols +DEFINES += QT_DEPRECATED_WARNINGS +QMAKE_DISTCLEAN += -r .build + +#Install paths +unix { + isEmpty(PLUGINDIR):PLUGINDIR = $$[QT_INSTALL_PLUGINS] +} |
