git-svn-id: svn://db.shs.com.ru/libs@162 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -11,7 +11,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2 -Wall")
|
|||||||
if (DEBUG)
|
if (DEBUG)
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g3")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g3")
|
||||||
endif ()
|
endif ()
|
||||||
set(LIBS ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} qad_utils)
|
set(LIBS ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} qad_widgets)
|
||||||
file(GLOB MOCS "./*.h")
|
file(GLOB MOCS "./*.h")
|
||||||
file(GLOB CPPS "./*.cpp")
|
file(GLOB CPPS "./*.cpp")
|
||||||
file(GLOB UIS "./*.ui")
|
file(GLOB UIS "./*.ui")
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2 -Wall")
|
|||||||
if (DEBUG)
|
if (DEBUG)
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g3")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g3")
|
||||||
endif ()
|
endif ()
|
||||||
set(LIBS ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} qad_widgets)
|
set(LIBS ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
|
||||||
file(GLOB MOCS "./*.h")
|
file(GLOB MOCS "./*.h")
|
||||||
file(GLOB CPPS "./*.cpp")
|
file(GLOB CPPS "./*.cpp")
|
||||||
file(GLOB UIS "./*.ui")
|
file(GLOB UIS "./*.ui")
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
#include "qpiconfigplugin.h"
|
//#include "qpiconfigplugin.h"
|
||||||
#include "qad_utils.h"
|
#include "qad_utils.h"
|
||||||
|
|
||||||
QADUtils::QADUtils(QObject * parent): QObject(parent)
|
QADUtils::QADUtils(QObject * parent): QObject(parent) {
|
||||||
{
|
//m_widgets.append(new QPIConfigPlugin(this));
|
||||||
m_widgets.append(new QPIConfigPlugin(this));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2 -Wall")
|
|||||||
if (DEBUG)
|
if (DEBUG)
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g3")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g3")
|
||||||
endif ()
|
endif ()
|
||||||
set(LIBS ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
|
set(LIBS ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} qad_utils)
|
||||||
file(GLOB MOCS "./*.h")
|
file(GLOB MOCS "./*.h")
|
||||||
file(GLOB CPPS "./*.cpp")
|
file(GLOB CPPS "./*.cpp")
|
||||||
file(GLOB UIS "./*.ui")
|
file(GLOB UIS "./*.ui")
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#include "iconedlabelplugin.h"
|
#include "iconedlabelplugin.h"
|
||||||
#include "qcodeeditplugin.h"
|
#include "qcodeeditplugin.h"
|
||||||
#include "qvarianteditplugin.h"
|
#include "qvarianteditplugin.h"
|
||||||
|
#include "qpiconfigplugin.h"
|
||||||
#include "qad_widgets.h"
|
#include "qad_widgets.h"
|
||||||
|
|
||||||
QADWidgets::QADWidgets(QObject * parent): QObject(parent)
|
QADWidgets::QADWidgets(QObject * parent): QObject(parent)
|
||||||
@@ -28,6 +29,7 @@ QADWidgets::QADWidgets(QObject * parent): QObject(parent)
|
|||||||
m_widgets.append(new IconedLabelPlugin(this));
|
m_widgets.append(new IconedLabelPlugin(this));
|
||||||
m_widgets.append(new QCodeEditPlugin(this));
|
m_widgets.append(new QCodeEditPlugin(this));
|
||||||
m_widgets.append(new QVariantEditPlugin(this));
|
m_widgets.append(new QVariantEditPlugin(this));
|
||||||
|
m_widgets.append(new QPIConfigPlugin(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user