diff --git a/features/qskconfig.pri b/features/qskconfig.pri index bb79ee5f..f25494e7 100644 --- a/features/qskconfig.pri +++ b/features/qskconfig.pri @@ -189,3 +189,14 @@ debug { ide: DEFINES += QT_IDE # DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x000000 + +LOCAL_PRI=$$(QSK_LOCAL_PRI) + +if ( exists( $${LOCAL_PRI} ) ) { + + # When not working with the Qt/Creator it is often more convenient + # to include the specific options of your local build, than passing + # them all on the command line + + include( $${LOCAL_PRI} ) +} diff --git a/src/common/common.pro b/src/common/common.pro deleted file mode 100644 index cb7cab62..00000000 --- a/src/common/common.pro +++ /dev/null @@ -1,2 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = ../ diff --git a/src/controls/controls.pro b/src/controls/controls.pro deleted file mode 100644 index cb7cab62..00000000 --- a/src/controls/controls.pro +++ /dev/null @@ -1,2 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = ../ diff --git a/src/dialogs/dialogs.pro b/src/dialogs/dialogs.pro deleted file mode 100644 index cb7cab62..00000000 --- a/src/dialogs/dialogs.pro +++ /dev/null @@ -1,2 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = ../ diff --git a/src/graphic/graphic.pro b/src/graphic/graphic.pro deleted file mode 100644 index cb7cab62..00000000 --- a/src/graphic/graphic.pro +++ /dev/null @@ -1,2 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = ../ diff --git a/src/inputpanel/inputpanel.pro b/src/inputpanel/inputpanel.pro deleted file mode 100644 index cb7cab62..00000000 --- a/src/inputpanel/inputpanel.pro +++ /dev/null @@ -1,2 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = ../ diff --git a/src/layouts/layouts.pro b/src/layouts/layouts.pro deleted file mode 100644 index cb7cab62..00000000 --- a/src/layouts/layouts.pro +++ /dev/null @@ -1,2 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = ../ diff --git a/src/nodes/nodes.pro b/src/nodes/nodes.pro deleted file mode 100644 index cb7cab62..00000000 --- a/src/nodes/nodes.pro +++ /dev/null @@ -1,2 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = ../