diff options
author | Ken Moore <ken@pcbsd.org> | 2016-03-17 13:10:53 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2016-03-17 13:10:53 -0400 |
commit | db43bc92b1201e3c8f436b158f28d2eb60a2b907 (patch) | |
tree | ea023b47e5fd42b6168739b55731b055a5dca820 /dev-tools/test-dbus | |
parent | Merge branch 'master' of github.com:pcbsd/lumina (diff) | |
download | lumina-db43bc92b1201e3c8f436b158f28d2eb60a2b907.tar.gz lumina-db43bc92b1201e3c8f436b158f28d2eb60a2b907.tar.bz2 lumina-db43bc92b1201e3c8f436b158f28d2eb60a2b907.zip |
Update the test-dbus files with the newly generated .core, and the updated project file (debug mode enabled)
Diffstat (limited to 'dev-tools/test-dbus')
-rw-r--r-- | dev-tools/test-dbus/test.core | bin | 0 -> 10797056 bytes | |||
-rw-r--r-- | dev-tools/test-dbus/test.pro | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-tools/test-dbus/test.core b/dev-tools/test-dbus/test.core Binary files differnew file mode 100644 index 00000000..ffa8d4ae --- /dev/null +++ b/dev-tools/test-dbus/test.core 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 |