summaryrefslogtreecommitdiffstats
path: root/src/qtchooser/qtchooser.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-10-26 17:32:27 -0700
committerThiago Macieira <thiago.macieira@intel.com>2012-12-19 09:02:11 +0100
commit49d2e10c94c1b66de12b05eeba163c6ec8db948c (patch)
treec52b0b8437cfe0823ea6880302e491cf27957e62 /src/qtchooser/qtchooser.pro
parenta2cfcef7a5369e2f130eaff7464aea1caed2119e (diff)
Long live the Qt tool chooser
This tool wraps the execution of the other tools. It's supposed to live on systems' /usr/bin dir or equivalent. WIP: need to compile on Mac, I need to know which libs are necessary for the FSFindFolder function (can't find the documentation on Apple's website). Change-Id: I1c429a159a4e02b78a835888d470514d8e4a23a7 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qtchooser/qtchooser.pro')
-rw-r--r--src/qtchooser/qtchooser.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/qtchooser/qtchooser.pro b/src/qtchooser/qtchooser.pro
new file mode 100644
index 0000000..6037e5c
--- /dev/null
+++ b/src/qtchooser/qtchooser.pro
@@ -0,0 +1,6 @@
+TEMPLATE = app
+DESTDIR = ../../bin
+CONFIG -= qt
+SOURCES += main.cpp Makefile
+
+error("This .pro file is not meant to be used to build")