Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F4819720
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, 4:23 AM
Size
341 B
Mime Type
text/plain
Expires
Wed, Aug 26, 4:23 AM (18 h, 21 m)
Engine
blob
Format
Raw Data
Handle
285136
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
filesystemmodel.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