Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F4820550
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
Mon, Aug 24, 8:02 AM
Size
344 B
Mime Type
text/plain
Expires
Wed, Aug 26, 8:02 AM (1 d, 19 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