From ae5d16100d066fe7cb082a116f1acb9ec5f18c9a Mon Sep 17 00:00:00 2001 From: Andrey Paskal Date: Wed, 23 Dec 2009 10:30:22 +0300 Subject: [PATCH] qmake build file --- src/editor/editor.pro | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) create mode 100644 src/editor/editor.pro diff --git a/src/editor/editor.pro b/src/editor/editor.pro new file mode 100644 index 0000000..00f34c1 --- /dev/null +++ b/src/editor/editor.pro @@ -0,0 +1,5 @@ +TEMPLATE = lib +#DESTDIR = ../lib +TARGET = qtscripteditor +#DEFINES += Q_SCRIPTDEBUG_BUILD_LIB +include(editor.pri) -- 1.7.1