Salome HOME
1) HYDRO feature 6: Update of objects (T 1.2)
[modules/hydro.git] / src / Link / Link_Qt.cxx
1 // File:      Link_Qt.cxx
2 // Created:   26.03.2010 11:57:21
3 // Author:    Sergey LITONIN
4 // Copyright: (C) AREVA NP & IRSN 2010
5
6 #pragma message ("Linking libraries of Qt") 
7
8 #ifdef _DEBUG
9 #pragma comment (lib , "QtCored4.lib") 
10 #pragma comment (lib , "QtGuid4.lib") 
11 #else
12 #pragma comment (lib , "QtCore4.lib") 
13 #pragma comment (lib , "QtGui4.lib") 
14 #endif