diff options
Diffstat (limited to 'dev-tools/test-dbus/test.pro')
-rw-r--r-- | dev-tools/test-dbus/test.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-tools/test-dbus/test.pro b/dev-tools/test-dbus/test.pro index 89e2105c..b305eee1 100644 --- a/dev-tools/test-dbus/test.pro +++ b/dev-tools/test-dbus/test.pro @@ -4,6 +4,8 @@ QT = core gui widgets #Just for consistency - remove the dbus module from this app build (in case "gui" or "widgets" pulled it in) QT -= dbus +CONFIG += debug + TARGET = test target.path = $${PWD} @@ -11,4 +13,4 @@ SOURCES = main.cpp HEADERS = test.h -FORMS = test.ui
\ No newline at end of file +FORMS = test.ui |