From: Andrey Paskal Date: Wed, 23 Dec 2009 07:30:22 +0000 (+0300) Subject: qmake build file X-Git-Url: https://gitweb.ananas.su/?a=commitdiff_plain;h=ae5d16100d066fe7cb082a116f1acb9ec5f18c9a;p=projects%2Fananas-labs-qt4.git qmake build file --- 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)