summaryrefslogtreecommitdiffstats
path: root/all.pro
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-24 18:42:24 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-24 18:42:24 +0000
commitf508189682b6fba62e08feeb1596f682bad5fff9 (patch)
tree28aeb0e6c19386c385c1ce5edf8a92c1bca15281 /all.pro
downloadpiklab-f508189682b6fba62e08feeb1596f682bad5fff9.tar.gz
piklab-f508189682b6fba62e08feeb1596f682bad5fff9.zip
Added KDE3 version of PikLab
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/piklab@1095639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'all.pro')
-rw-r--r--all.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/all.pro b/all.pro
new file mode 100644
index 0000000..d0be7a8
--- /dev/null
+++ b/all.pro
@@ -0,0 +1,18 @@
+## adjust or comment the following lines to reflect your configuration
+DEFINES += HAVE_USB
+unix:DEFINES += HAVE_PPDEV
+unix:DEFINES += HAVE_READLINE
+## for directories with a space in their name, use the short filename format
+## for e.g. "Program Files" should be "Progra~1"
+win32: LIBUSB_PATH = "C:\Progra~1\LibUSB-Win32"
+
+###############################################################################
+DEFINES += NO_KDE QT_NO_ASCII_CAST
+OBJECTS_DIR = .libs
+MOC_DIR = .libs
+QT = qt3support core xml network
+CONFIG += qt thread warn_on console
+unix:CONFIG += release #debug
+win32:CONFIG += release
+INCLUDEPATH += $${STOPDIR}/src $${STOPDIR}
+DEPENDPATH += $${STOPDIR}/app.pro $${STOPDIR}/all.pro $${STOPDIR}/lib.pro