From f508189682b6fba62e08feeb1596f682bad5fff9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 24 Feb 2010 18:42:24 +0000 Subject: Added KDE3 version of PikLab git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/piklab@1095639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- qt_config.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 qt_config.h (limited to 'qt_config.h') diff --git a/qt_config.h b/qt_config.h new file mode 100644 index 0000000..502750f --- /dev/null +++ b/qt_config.h @@ -0,0 +1,8 @@ +#define VERSION "0.15.2" + +// adjust or comment the following lines to reflect your configuration +#if defined(Q_OS_WIN) +# define LIBUSB_VERSION "0.1.12.1" +#else +# define LIBUSB_VERSION "0.1.8" +#endif -- cgit v1.2.1