qmake build file
authorAndrey Paskal <apaskal@gmail.com>
Wed, 23 Dec 2009 07:30:22 +0000 (10:30 +0300)
committerAndrey Paskal <apaskal@gmail.com>
Sun, 27 Dec 2009 10:00:36 +0000 (13:00 +0300)
src/editor/editor.pro [new file with mode: 0644]

diff --git a/src/editor/editor.pro b/src/editor/editor.pro
new file mode 100644 (file)
index 0000000..00f34c1
--- /dev/null
@@ -0,0 +1,5 @@
+TEMPLATE = lib
+#DESTDIR = ../lib
+TARGET = qtscripteditor
+#DEFINES += Q_SCRIPTDEBUG_BUILD_LIB
+include(editor.pri)