mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 02:20:17 +00:00
Put all the build files into a separate directory (keep source dir clean).
This commit is contained in:
@@ -40,3 +40,10 @@ INSTALLS += target scripts
|
||||
QMAKE_LIBDIR = /usr/local/lib/qt5 /usr/local/lib
|
||||
INCLUDEPATH += /usr/local/include
|
||||
LIBS += -L/usr/local/lib -lpam -lutil -lssl -lcrypto
|
||||
|
||||
#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
|
||||
QMAKE_DISTCLEAN += -r ./.build
|
||||
|
||||
Reference in New Issue
Block a user