From 05f0ab2b372cf24cb148faaea790c1772955365f Mon Sep 17 00:00:00 2001 From: Alexander Gluzsky Date: Thu, 14 Mar 2013 08:26:08 +0000 Subject: started prting stdclist to qt, currently just qt event loop implemented, nothing more, does not try to build/use git-svn-id: http://svn.miranda-ng.org/main/trunk@4014 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/qt_clist/qt_clist.pro | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100755 plugins/qt_clist/qt_clist.pro (limited to 'plugins/qt_clist/qt_clist.pro') diff --git a/plugins/qt_clist/qt_clist.pro b/plugins/qt_clist/qt_clist.pro new file mode 100755 index 0000000000..0677a29b21 --- /dev/null +++ b/plugins/qt_clist/qt_clist.pro @@ -0,0 +1,43 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2013-03-11T15:57:57 +# +#------------------------------------------------- + +TARGET = qt_clist +TEMPLATE = lib + + +QT += core gui widgets + +DEFINES += QT_CLIST_LIBRARY USING_PCH + +SOURCES += src/stdafx.cpp \ + qt_clist.cpp \ + src/init.cpp \ + src/cluiopts.cpp \ + src/clistopts.cpp \ + src/clistmenus.cpp \ + src/clcpaint.cpp \ + src/clcopts.cpp \ + src/clcfonts.cpp + +PRECOMPILED_HEADER = src/commonheaders.h + +HEADERS += qt_clist.h\ + qt_clist_global.h \ + src/commonheaders.h \ + src/version.h \ + src/resource.h \ + src/clc.h + + +INCLUDEPATH += ../../include \ + ./ + +LIBS += ../../bin10/lib/mir_core.lib \ + comctl32.lib \ + comdlg32.lib + +RC_FILE = res/resource.rc + -- cgit v1.2.3