0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-09 05:57:14 +03:00

no_embedded_designer building has been fixed

This commit is contained in:
Arin Alexander
2018-06-21 22:18:07 +03:00
parent 5b818a4a15
commit 34917c6226
5 changed files with 112 additions and 363 deletions

View File

@@ -1,7 +1,9 @@
include(../common.pri)
include(limereport.pri)
QT += core gui
include(../common.pri)
include(../limereport/limereport.pri)
include(../limereport/designer.pri)
contains(CONFIG,release) {
TARGET = designer_plugin
} else {