Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F4825042
CMakeLists.txt
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Aug 25, 5:56 AM
Size
344 B
Mime Type
text/plain
Expires
Thu, Aug 27, 5:56 AM (1 d, 5 h)
Engine
blob
Format
Raw Data
Handle
283484
Attached To
rXR Xreate
CMakeLists.txt
View Options
# fm
QT_ADD_RESOURCES(fm_RES fm.qrc)
QT_WRAP_UI(fm_UI ManageDlg.ui)
set(fm_SRC
ManageDlg.cpp
FMPlugin.cpp
TreeView.cpp
documentationmodel.cpp
)
add_library(fm SHARED ${fm_SRC} ${fm_RES} ${fm_UI})
target_link_libraries(fm ${JUFFED_LIBRARY} ${JUFF_QT_IMPORTED_TARGETS})
install(TARGETS fm DESTINATION ${JUFFED_PLUGINS_DIR})
Event Timeline
Log In to Comment