Changeset 511 for trunk/tools
- Timestamp:
- Feb 4, 2010, 11:22:23 AM (15 years ago)
- Location:
- trunk/tools/linguist/linguist
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/linguist/linguist/linguist.pro
r385 r511 71 71 TARGET = linguist 72 72 win32:RC_FILE = linguist.rc 73 os2:RC_FILE = linguist_os2.rc 73 74 mac { 74 75 static:CONFIG -= global_init_link_order -
trunk/tools/linguist/linguist/mainwindow.cpp
r232 r511 278 278 m_ui.setupUi(this); 279 279 280 #if ndef Q_WS_MAC280 #if !defined(Q_WS_MAC) && !defined(Q_WS_PM) 281 281 setWindowIcon(QPixmap(QLatin1String(":/images/appicon.png") )); 282 282 #endif
Note:
See TracChangeset
for help on using the changeset viewer.